IsObjectStatic: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
{{DeprecatedWithAlt|isElementFrozen|}} | |||
Use this function to test whether an object is static (unaffected by gravity or pushing) or not. | Use this function to test whether an object is static (unaffected by gravity or pushing) or not. | ||
Revision as of 23:17, 21 October 2011
Template:DeprecatedWithAlt Use this function to test whether an object is static (unaffected by gravity or pushing) or not.
Syntax
bool isObjectStatic ( object theObject )
Required Arguments
- theObject: the object you want to check.
Returns
Returns true if the specified object is static, false if it is not static or an invalid object was passed.
Example
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty