GetObjectMass
Jump to navigation
Jump to search
Script Example Missing Function GetObjectMass needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
This function returns the mass of a specified object.
Syntax
float getObjectMass ( object theObject )
Required Arguments
- theObject: The object whose mass you want to get.
Returns
Returns a float representing the mass of the object, false if invalid arguments were passed.
Example
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty