Highscore_set_strings - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Sets the default text strings for the highscore dialog which is useful for when your game should use a different language.

Parameters

Parameter Data Type Description
caption string caption of the dialog
nobody string name of the player for empty highscore entries
escape string text at the bottom indicating to press the escape key

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.
highscore_set_strings("Highscore Table", "No Entry!", "Press <ESC> to close this dialog.");

NOTOC

⚠️ **GitHub.com Fallback** ⚠️