# Move Leaderboard

Grammar — Move board|Leaderboard to (x, y)
FlagsNative | Action

Moves the leaderboard to the specified screen position. The X coordinate corresponds to the right side of the leaderboard.

# Arguments

  • int [ preset::Board ] — Board
  • int — X
  • int — Y

Returns — void

native void BoardSetPosition(
	int inBoard,
	int inX,
	int inY,
);

Category: Leaderboard / Leaderboards

# Examples

— None found —