AclList: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
<!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc -->
<!-- Change FunctionArea to the area that this function is in on the main function list page, e.g. Server, Player, Vehicle etc -->
{{ACL_functions}}
{{ACL_functions}}
[[Category:Incomplete]]
[[Category:Needs_Example]]

Revision as of 13:21, 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