IsElementSyncer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
===Required Arguments===
===Required Arguments===
* '''theElement''': The [[element]] to check.
* '''theElement''': The [[element]] to check.


===Returns===
===Returns===

Revision as of 21:50, 18 June 2009

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

Syntax

bool isElementSyncer ( element theElement )

Required Arguments

Returns

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

Example

Click to collapse [-]
Client
-- TODO

See Also