# Move Leaderboard
Grammar — Move board|Leaderboard to (x, y)
Flags —Native
|Action
Moves the leaderboard to the specified screen position. The X coordinate corresponds to the right side of the leaderboard.
# Arguments
int
<preset::Board> — Boardint
— Xint
— Y
Returns — void
native void BoardSetPosition(
int inBoard,
int inX,
int inY,
);
# Related
Category: Leaderboard / Leaderboards
- Create Leaderboard —
int
<preset::Board> — BoardCreate - Last Created Leaderboard —
int
<preset::Board> — BoardLastCreated - Set Leaderboard Name —
void
— BoardSetName - Anchor Leaderboard —
void
— BoardSetAnchor - Move Leaderboard —
void
— BoardSetPosition - Reset Leaderboard Position —
void
— BoardResetPosition - Show/Hide Leaderboard —
void
— libNtve_gf_ShowHideLeaderboard - Show/Hide All Leaderboards —
void
— BoardShowAll - Destroy Leaderboard —
void
— BoardDestroy
# Examples
— None found —