HAS OBJECT COLLIDED WITH ANYTHING

From GTAMods Wiki
Revision as of 15:25, 18 June 2011 by MulleDK19 (talk | contribs) (Set r to 1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
HAS_OBJECT_COLLIDED_WITH_ANYTHING
Number of parameters: 1
Parameter #TypeDescription
1.pointerObject handle
Return value:
TypeDescription
boolWhether the object has collided with anything or not

Gets whether the object has collided with anything. To use this function, the object must be recording collisions. Use SET_OBJECT_RECORDS_COLLISIONS to enable collision recording for an object.