AclList: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Server function}}
<!-- Describe in plain english what this function does. Don't go into details, just give an overview -->
<!-- Describe in plain english what this function does. Don't go into details, just give an overview -->
This function returns a list over ACL's.
This function returns a list over ACL's.

Revision as of 10:08, 26 November 2007

This function returns a list over ACL's.

Syntax

table of acl aclList ()

Returns

Returns a table over all the ACL's. This table can be empty if no ACL's exist. It can also return false/nil if it failed for some reason.

Example

This example does...

--TODO

See Also