3rd Party Libraries
Recent Additions
Handles Parser
Discord
menus
Panel
SetTitle
File
SetTitle
Last Updated
2014-12-13
Created At
2014-12-13
Sets the panel's title.
native
void
SetTitle(
const char[]
text
,
bool
onlyIfEmpty
=
false
)
Parameters
const char[]
text
Text to set as the title.
bool
onlyIfEmpty
If true, the title will only be set if no title is set.
Return Value
void