# Set Leaderboard Item Sort Order

Grammar — Set board|Leaderboard item sort order at column column and row row to sort|Sort Order
FlagsNative | Action

Sets the leaderboard item sort order to the order specified.

# Arguments

  • int [ preset::Board ] — Board
  • int — Column
  • int — Row
  • int — Sort

Returns — void

native void BoardItemSetSortValue(
	int inBoard,
	int inCol,
	int inRow,
	int inVal,
);

Category: Leaderboard / Leaderboard Items

# Examples

— None found —