NAPI.ACL.IsAclEnabled

From RAGE Multiplayer Wiki
Revision as of 18:49, 25 November 2019 by Xabi (talk | contribs) (Created page with "Checks whether the ACL is enabled or not. ==Syntax== <pre>bool NAPI.ACL.IsAclEnabled();</pre> ==Example== {{CSharpContainer| {{Example}} <syntaxhighlight lang="C#"> if (NAPI...")
(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...
}