# Mount Of Player

Grammar — Mount of player p
FlagsNative | Function

Returns the mount of the player.

# Arguments

  • int — Player

Returns — string [ gamelink::Mount ]

native string PlayerMount(int inPlayer);

Category: Player / Player Settings

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L375
PlayerMount(gv_pLAYER_TryMe_C)
// L687
PlayerMount(gv_pLAYER_TryMe_C)
// L375
PlayerMount(gv_pLAYER_TryMe_C)
// L687
PlayerMount(gv_pLAYER_TryMe_C)

# mods/heroesdata.stormmod

GameLib.galaxy

// L5585
PlayerMount(lp_mountSelectedPlayer)
// L5586
PlayerMount(lp_skinSelectedPlayer)
// L5590
PlayerMount(lp_mountSelectedPlayer)
// L7628
PlayerMount(lv_itPlayer)