GetElementCollisionsEnabled

From Multi Theft Auto: Wiki
Revision as of 10:36, 8 November 2010 by Snert (talk | contribs) (Created page with "{{Server client function}} __NOTOC__ This function indicates if a specific element is set to have collisions disabled. An element without collisions does not interact with the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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

bool getElementCollisionsEnabled ( element theElement ) 

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