# Add Player To Leaderboard

Grammar — Add player player to board|Leaderboard
FlagsNative | Action

Adds a new row to the specified leaderboard, and associates the specified player with that row. Use “Set Leaderboard Player Column” to set the column where player names will appear.

# Arguments

  • int<preset::Board> — Board
  • int — Player

Returns — void

native void BoardPlayerAdd(int inBoard, int inPlayer);

Category: Leaderboard / Player Columns

# Examples

— None found —