IsElementSyncer

From Multi Theft Auto: Wiki
Revision as of 13:41, 5 March 2009 by Mekorea (talk | contribs) (New page: __NOTOC__ {{Client function}} This function checks whether an element is a syncer. Accepted elements are ped's and vehicle's. ==Syntax== <syntaxhighlight lang="lua"> bool isElementSyncer ( e...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function checks whether an element is a syncer. Accepted elements are ped's and vehicle's.

Syntax

bool isElementSyncer ( element theElement )

Required Arguments


Returns

Returns true if the passed element is syncer, false otherwise.

Example

Click to collapse [-]
Clientside example
-- TODO


See Also