# Set Player Commander Level

Grammar — Set Player player’s commander level to commanderLevel.
FlagsNative | Action

Sets the commander level of the specified player.

# Arguments

  • int — Player
  • int — Commander Level

Returns — void

native void PlayerSetCommanderLevel(
	int inPlayer,
	int inCommanderLevel,
);

Category: Player / Player Settings

# Examples

— None found —