Skip to content

Highscore_set_strings

hpgDesigns edited this page Aug 8, 2021 · 1 revision

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

This is number 1

Clone this wiki locally