# Set Leaderboard Sort Column

Grammar — Sort board|Leaderboard by column column, in ascending|Ascending/Descending order, with priority priority
FlagsNative | Action

Sets the leaderboard sorting column and sorting order.

# Arguments

Returns — void

native void BoardSort(
	int inBoard,
	int inCol,
	bool inAscending,
	int inPriority,
);

Category: Leaderboard / Format

# Examples

— None found —