RespawnObject

From Multi Theft Auto: Wiki
Revision as of 21:23, 27 July 2014 by Lopez (talk | contribs) (whitespace fix)
Jump to navigation Jump to search
Accessories-text-editor.png Script Example Missing Function RespawnObject needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

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