# Set Leaderboard Name
Grammar — Set name of board|Leaderboard to text, with color color
Flags —Native
|Action
Sets the name of a leaderboard.
# Arguments
int
<preset::Board> — Boardtext
— Textcolor
— Color
Returns — void
native void BoardSetName(
int inBoard,
text inName,
color inColor,
);
# 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 —