Skip to content

Highscore_name

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Gets the name of the player who is entered at the given highscore entry and returns the result.

Parameters

Parameter Data Type Description
place integer entry in the highscore table from 1 to 10

Return Values

string: Returns the player name of the entry.

Example Call

// demonstrates getting the name and score value of the first highscore entry
var name, value;
name = highscore_name(1);
value = highscore_value(1);

NOTOC

Clone this wiki locally