fivem.shared.colshape

..
Box

An oriented box: axis-aligned by default, or rotated about the vertical axis by heading.

Circle

An upright cylinder: a circle on the ground plane, extended vertically.

ColShape

The base class for every collision shape.

Poly

An arbitrary polygon on the ground plane, extruded between minZ and maxZ.

Sphere

A sphere — the cheapest shape to test, and the right default when height genuinely matters (an explosion radius, a proximity check that shouldn't reach through a floor).