IsElementSyncer

From Multi Theft Auto: Wiki
Revision as of 22:17, 1 September 2009 by Slothman (talk | contribs)
Jump to navigation Jump to search

This function checks whether an element is synced by the local player 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 synced by the local player, false otherwise.

Example

Click to collapse [-]
Client
-- TODO

See Also