3rd Party Libraries
Recent Additions
Handles Parser
Discord
events
Event
SetBool
File
SetBool
Last Updated
2014-12-13
Created At
2014-11-08
Sets the boolean value of a game event's key.
native
void
SetBool(
const char[]
key
,
bool
value
)
Parameters
const char[]
key
Name of event key.
bool
value
New boolean value.
Return Value
void