NAPI.ACL.IsAclEnabled

From RAGE Multiplayer Wiki

Checks whether the ACL is enabled or not.

Syntax

bool NAPI.ACL.IsAclEnabled();

Example

C# Syntax

Example

if (NAPI.ACL.IsAclEnabled()) 
{
  // Do stuff...
}