Highscore_set_border - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Sets whether the border for the highscore dialog is visible or not.

Parameters

Parameter Data Type Description
show boolean whether or not the border is visible

Return Values

void: This function does not return anything.

Example Call

// demonstrates hiding the border of the highscore dialog
highscore_set_border(false);

NOTOC