Highscore_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Clears all values from the highscore table.
Parameters
Parameter | Description |
---|---|
none | This function has no parameters. |
Return Values
void: This function does not return anything.
Example Call
// demonstrates clearing the highscore table
highscore_clear();
NOTOC