# Set Player Commander Mastery Level

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

Sets the commander mastery level of the specified player.

# Arguments

  • int — Player
  • int — Mastery Level

Returns — void

native void PlayerSetCommanderMasteryLevel(
	int inPlayer,
	int inMasteryLevel,
);

Category: Player / Player Settings

# Examples

— None found —