3rd Party Libraries
Recent Additions
Handles Parser
Discord
admin
AdminId
SetFlag
File
SetFlag
Last Updated
2015-03-05
Created At
2015-03-05
Sets whether or not a flag is enabled on an admin.
native
void
SetFlag(
AdminFlag
flag
,
bool
enabled
)
Parameters
AdminFlag
flag
Admin flag to use.
bool
enabled
True to enable, false to disable.
Return Value
void