AclGetName

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

Get the name of given ACL.

Syntax

string aclGetName ( acl theAcl )

Required Arguments

  • theACL: The ACL to get the name of

Returns

Returns the name of the given ACL as a string if successful. Returns false/nil if unsuccessful, ie the ACL is invalid.

Example

This example does...

--TODO

See Also