GetElementSyncer

From Multi Theft Auto: Wiki
Revision as of 13:50, 5 March 2009 by Mekorea (talk | contribs) (New page: __NOTOC__ {{Server function}} This function gets the syncer of an element. ==Syntax== <syntaxhighlight lang="lua"> bool getElementSyncer ( element theElement ) </syntaxhighlight> ===Required Arguments=== * '''the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function gets the syncer of an element.

Syntax

bool 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