IsObjectStatic
From Multi Theft Auto: Wiki
| | This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. |
Please use isElementFrozen instead. |
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
- isObjectStatic
- setObjectStatic
FROM VERSION 1.3.1 ONWARDS