# Commander Level Of Player

Grammar — Commander Level of player p
FlagsNative | Function

Returns the commander level of the player.

# Arguments

  • int — Player

Returns — int

native int PlayerCommanderLevel(int inPlayer);

Category: Player / Player Settings

# Examples

# mods/starcoop/starcoop.sc2mod

LibCOMI.galaxy

// L5377
PlayerCommanderLevel(lv_mengskplayer)

# mods/starcoop/starcoop.sc2mod

LibCOOC.galaxy

// L4531
PlayerCommanderLevel(lp_player)