Returns whether an admin has access to a given command string. The string can be any override string, as overrides can be independent of commands. This feature essentially allows you to create custom flags using the override system.
native bool CheckAccess(AdminId id, const char[] command, int flags, bool override_only = false)