# Reset Leaderboard Position
Grammar — Reset board|Leaderboard to the default position
Flags —Native|Action
Moves the leaderboard to the default position along the right edge of the screen.
# Arguments
int<preset::Board> — Board
Returns — void
native void BoardResetPosition(int inBoard);
# 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 —