# Anchor Leaderboard
Grammar — Anchor board|Leaderboard to the anchor of the screen, offset by (xOffset, yOffset)
Flags —Native
|Action
The leaderboard will be automatically positioned relative to the screen using the given anchor and offset.
# Arguments
Returns — void
native void BoardSetAnchor(
int inBoard,
int inAnchor,
int inOffsetX,
int inOffsetY,
);
# 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 —