IsAclEnabled

From RAGE Multiplayer Wiki
Revision as of 18:15, 28 November 2019 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Checks whether the ACL is enabled or not.


C# Syntax

bool NAPI.ACL.IsAclEnabled();


Example

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