# Add Player To Leaderboard
Grammar — Add player player to board|Leaderboard
Flags —Native|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> — Boardint— Player
Returns — void
native void BoardPlayerAdd(int inBoard, int inPlayer);
# Related
Category: Leaderboard / Player Columns
- Add Player To Leaderboard —
void— BoardPlayerAdd - Remove Player From Leaderboard —
void— BoardPlayerRemove - Set Leaderboard Player Column —
void— BoardSetPlayerColumn
# Examples
— None found —