# Set Leaderboard Player Column
Grammar — Set the automatic player column for board|Leaderboard to column column (group|Do/Do Not group by teams)
Flags —Native
|Action
Sets the column that player names will appear in for the specified leaderboard. Use “Add Player To Leaderboard” to add players to the leaderboard.
# Arguments
int
<preset::Board> — Boardint
— Columnbool
<preset::Do_Do_Not_Option> — Group
Returns — void
native void BoardSetPlayerColumn(
int inBoard,
int inCol,
bool inGroupByTeams,
);
# 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 —