IsAclEnabled

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

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...
}ng=csharp