GetElementSyncer

From Multi Theft Auto: Wiki
Revision as of 14:04, 5 March 2009 by IJs (talk | contribs)
Jump to navigation Jump to search

This function gets the syncer of an element.

Syntax

element getElementSyncer ( element theElement )

Required Arguments


Returns

Returns the element that is the syncer of theElement or false if no syncer is found.

Example

Click to collapse [-]
Server
-- TODO


See Also