IsAclEnabled: Difference between revisions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
{ | { | ||
// Do stuff... | // Do stuff... | ||
} | }lang=csharp}} | ||
}} | }} | ||
[[Category:Serverside API]] | [[Category:Serverside API]] | ||
Revision as of 20:46, 27 November 2019
Checks whether the ACL is enabled or not.
C# Syntax
bool NAPI.ACL.IsAclEnabled();
Parameters
- player: parameter input should be in Client type
Example
if (NAPI.ACL.IsAclEnabled())
{
// Do stuff...
}lang=csharp