# Set Leaderboard Player Column

Grammar — Set the automatic player column for board|Leaderboard to column column (group|Do/Do Not group by teams)
FlagsNative | 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

Returns — void

native void BoardSetPlayerColumn(
	int inBoard,
	int inCol,
	bool inGroupByTeams,
);

Category: Leaderboard / Player Columns

# Examples

— None found —