# Skin Of Player

Grammar — Skin of player p
FlagsNative | Function

Returns the skin of the player.

# Arguments

  • int — Player

Returns — string [ gamelink::Skin ]

native string PlayerSkin(int inPlayer);

Category: Player / Player Settings

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L375
PlayerSkin(gv_pLAYER_TryMe_C)
// L687
PlayerSkin(gv_pLAYER_TryMe_C)
// L375
PlayerSkin(gv_pLAYER_TryMe_C)
// L687
PlayerSkin(gv_pLAYER_TryMe_C)

# mods/heroesbrawlmods/brawlmapmods/coop/pvebrawluimod.stormmod

LibPBUI.galaxy

// L1299
PlayerSkin(lp_player)

# mods/heroesbrawlmods/brawlmapmods/coop/pvemod.stormmod

LibPVEU.galaxy

// L1314
PlayerSkin(lp_player)

# mods/heroesbrawlmods/heroselectionmods/ingameheroselection.stormmod

LibIGHS.galaxy

// L1381
PlayerSkin(lp_player)

# mods/heroesdata.stormmod

GameDataHelperLib.galaxy

// L16192
PlayerSkin(lv_ownerOfTransport)
// L16192
PlayerSkin(lv_ownerOfTransport)
// L16192
PlayerSkin(lv_ownerOfTransport)
// L16195
PlayerSkin(lv_ownerOfTransport)
// L16195
PlayerSkin(lv_ownerOfTransport)
// L16195
PlayerSkin(lv_ownerOfTransport)
// L21797
PlayerSkin(lv_stitchesPlayer)
// L21800
PlayerSkin(lv_stitchesPlayer)
// L21803
PlayerSkin(lv_stitchesPlayer)
// L21806
PlayerSkin(lv_stitchesPlayer)

# mods/heroesdata.stormmod

GameLib.galaxy

// L5516
PlayerSkin(lp_choPlayerID)
// L5517
PlayerSkin(lv_gallPlayerID)
// L5520
PlayerSkin(lv_gallPlayerID)
// L5521
PlayerSkin(lp_choPlayerID)
// L5541
PlayerSkin(lp_choPlayerID)
// L5916
PlayerSkin(lp_player)
// L7587
PlayerSkin(lv_itPlayer)

# mods/heroesdata.stormmod

HeroesLib.galaxy

// L1247
PlayerSkin(lp_player)

# mods/heroesdata.stormmod

SoundLib.galaxy

// L393
PlayerSkin(lp_speakingPlayer)

# mods/heroesdata.stormmod

UILib.galaxy

// L2933
PlayerSkin(auto288FD252_var)