AclGet

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

Get the ACL with the given name. If need to get most of the ACL's, you should consider using aclList to get a table of them all.

Syntax

acl aclGet ( string aclName )

Required Arguments

  • aclName: The name to get the ACL belonging to

Returns

Returns the ACL with that name if it could be retrieved, false/nil if the ACL does not exist or it fails for some other reason.

Example

This example does...

--TODO

See Also