Element/Collision shape
Jump to navigation
Jump to search
The collision shape class represents invisible shapes that exist in the GTA world. Collision shapes are typically used to detect elements that move through them.
The element types for this class are "colcube", ....
XML syntax
<colshape posX="" posY="" posZ="" .../>
Required Attributes
- posX: A float representing the X position of the vehicle.
- posY: A float representing the Y position of the vehicle.
- posZ: A float representing the Z position of the vehicle.
- ...: ...
Optional Attributes
- ...: ...
Related scripting functions
- addColPolygonPoint
- createColCircle
- createColCuboid
- createColPolygon
- createColRectangle
- createColSphere
- createColTube
- getColPolygonHeight
- getColPolygonPoints
- getColPolygonPointPosition
- getColShapeType
- getColShapeRadius
- getColShapeSize
- getElementColShape
- getElementsWithinColShape
- isElementWithinColShape
- isInsideColShape
- removeColPolygonPoint
- setColPolygonHeight
- setColPolygonPointPosition
- setColShapeRadius
- setColShapeSize