GetCommandOverride
Retrieves a group-specific command override.
native bool GetCommandOverride(const char[] name, OverrideType type, OverrideRule& rule)Parameters
const char[] name
String containing command name (case sensitive).
Override type (specific command or group).
OverrideRule& rule
Optional pointer to store allow/deny setting.
Return Value
bool True if an override exists, false otherwise.