RespawnObject: Difference between revisions
Jump to navigation
Jump to search
(Added to the needs example category) |
m (Oops) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{ | {{Needs Example}} | ||
{{client function}} | {{client function}} | ||
This function respawns a specific object. | This function respawns a specific object. |
Revision as of 09:46, 18 May 2014
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
- theObject: An object element
Returns
Returns true if the object was sucessfully respawned. false if the object is not breakable, or a wrong object was given.
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty