GetElementSyncer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:


==See Also==
==See Also==
{{Client element functions}}
{{Server element functions}}
[[Category:Needs Example]]
[[Category:Needs Example]]

Revision as of 14:46, 5 March 2009

This function gets the syncer of an element. The syncer is the player who is in control of the element.

Syntax

element getElementSyncer ( element theElement )

Required Arguments

  • theElement: The element to get the syncer of.

Returns

Returns the element that is the syncer of theElement or false if the element is not being synced.

Example

Click to collapse [-]
Server
-- TODO

See Also

Template:Server element functions