Highscore_add_current - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Adds the current score variable to the highscore list and the player is prompted to provide their name.

Parameters

Parameter Description
none This function has no parameters.

Return Values

void: This function does not return anything.

Example Call

// demonstrates adding the current score to the highscore table
highscore_add_current();

NOTOC