-
Notifications
You must be signed in to change notification settings - Fork 0
Highscore_name
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the name of the player who is entered at the given highscore entry and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| place | integer | entry in the highscore table from 1 to 10 |
string: Returns the player name of the entry.
// demonstrates getting the name and score value of the first highscore entry
var name, value;
name = highscore_name(1);
value = highscore_value(1);
NOTOC
This is number 1