Element/Collision shape: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
{{Collision shape functions}}
{{Collision shape functions}}
[[Category:Element Types]]
[[Category:Element Types]]
[[it:Elemento Collision shape]]

Revision as of 14:54, 25 January 2008

The collision shape class represents invisible collision detection shapes that can be created in the GTA world. Collision shapes are typically used to detect physical entities moving through them and perform actions when they do.

The element types for this class are colcube, colcube, colrectangle, colcuboid and colcircle.

Colshapes cannot have their corners/radius specified via XML currently, which makes their xml representation essentially useless.

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

  • dimension: The dimension the colshape is in

Related scripting functions