IsAclEnabled

From RAGE Multiplayer Wiki
Revision as of 09:20, 27 November 2019 by Xabi (talk | contribs) (Created page with "Checks whether the ACL is enabled or not. ==Syntax== {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}ACL.IsAclEnabled();}} ==Example== {{CSharpContainer| {{Example}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Checks whether the ACL is enabled or not.

Syntax

bool NAPI.ACL.IsAclEnabled();

Example

C# Syntax

Example

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