IsAclEnabled
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
Checks whether the ACL is enabled or not.
bool NAPI.ACL.IsAclEnabled();
if (NAPI.ACL.IsAclEnabled())
{
// Do stuff...
}lang=csharp