IsAclEnabled: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{{CSharpContainer| | {{CSharpContainer| | ||
{{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}ACL.IsAclEnabled();}} | {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}ACL.IsAclEnabled();}} | ||
Revision as of 20:48, 27 November 2019
Checks whether the ACL is enabled or not.
C# Syntax
bool NAPI.ACL.IsAclEnabled();
Example
if (NAPI.ACL.IsAclEnabled())
{
// Do stuff...
}