3rd Party Libraries
Recent Additions
Handles Parser
Discord
admin
GroupId
SetFlag
File
SetFlag
Last Updated
2015-03-05
Created At
2015-03-05
Adds or removes a flag from a group's flag set.
native
void
SetFlag(
AdminFlag
flag
,
bool
enabled
)
Parameters
AdminFlag
flag
Admin flag to toggle.
bool
enabled
True to set the flag, false to unset/disable.
Return Value
void