RespawnObject

From Multi Theft Auto: Wiki
Revision as of 17:20, 13 January 2013 by Jusonex (talk | contribs) (Fixed some typos)
Jump to navigation Jump to search

This function respawns a specific object.

Syntax

bool respawnObject ( object theObject )

Required Arguments

Returns

Returns true if the object was sucessfully respawned. false if the object is not breakable, or a wrong object was given.

See Also