-
Notifications
You must be signed in to change notification settings - Fork 0
Highscore_add
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Adds the player with the given name and given score to the highscore table.
| Parameter | Data Type | Description |
|---|---|---|
| name | string | the name of the player |
| numb | integer | player score value |
void: This function does not return anything.
// demonstrates adding a player to the highscore table
highscore_add("Charlie", 500);
NOTOC
This is number 1