GetElementCollisionsEnabled

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function indicates if a specific element is set to have collisions disabled. An element without collisions does not interact with the physical environment and remains static.

Syntax

Required Arguments

  • theElement: The element for which you want to check whether collisions are enabled

Returns

Returns true if the collisions are enabled, false otherwise.

Example

-- TODO


See Also