IsObjectInACLGroup

From Multi Theft Auto: Wiki
Revision as of 22:01, 30 March 2009 by Cazomino05 (talk | contribs) (New page: __NOTOC__ {{Server function}} This function is used to determine if an object is in a group. ==Syntax== <syntaxhighlight lang="lua"> bool isObjectInACLGroup (string ObjectName, string GroupName) </co...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function is used to determine if an object is in a group.

Syntax

bool isObjectInACLGroup (string ObjectName, string GroupName)

Returns

Returns true if the ObjectName is in the specified GroupName. false if it is not or invalid arguements where passed.

Example

--TODO

See Also