-
Notifications
You must be signed in to change notification settings - Fork 0
Highscore_set_border
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets whether the border for the highscore dialog is visible or not.
| Parameter | Data Type | Description |
|---|---|---|
| show | boolean | whether or not the border is visible |
void: This function does not return anything.
// demonstrates hiding the border of the highscore dialog
highscore_set_border(false);
NOTOC
This is number 1