IsAclEnabled

From RAGE Multiplayer Wiki
Revision as of 20:48, 27 November 2019 by Xabi (talk | contribs)

Checks whether the ACL is enabled or not.


C# Syntax

bool NAPI.ACL.IsAclEnabled();


Example

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