AclList

From Multi Theft Auto: Wiki
Revision as of 09:35, 26 November 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

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