# Set Leaderboard Name

Grammar — Set name of board|Leaderboard to text, with color color
FlagsNative | Action

Sets the name of a leaderboard.

# Arguments

  • int [ preset::Board ] — Board
  • text — Text
  • color — Color

Returns — void

native void BoardSetName(
	int inBoard,
	text inName,
	color inColor,
);

Category: Leaderboard / Leaderboards

# Examples

— None found —