highscore_set_border(show)

From ENIGMA
Revision as of 13:27, 27 December 2013 by RobertBColton (talk | contribs) (Created page with "{{FuncTitle|highscore_set_border|show}} == Description == Sets whether the border for the highscore dialog is visible or not. == Parameters == {| class="funcpars" ! Parameter !!...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);