RespawnObject: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{client function}} This function respawns a specific object. Note: Only breakable objects can respawn. ==Syntax== <syntaxhighlight lang="lua">bool respawnObject ( theObject )</cod...")
(No difference)

Revision as of 16:49, 13 January 2013

This function respawns a specific object. Note: Only breakable objects can respawn.

Syntax

bool respawnObject ( theObject )

Required Arguments

Returns

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

See Also

Shared