StartShapeTestSweptSphere — FiveM Natives
0xE6AC6C45FBE83004 · SHAPETEST · all
Performs the same type of trace as START_SHAPE_TEST_CAPSULE, but with some different hardcoded parameters.
Parameters
| Name | Type | Description |
|---|---|---|
| x1 | float | Starting X coordinate. |
| y1 | float | Starting Y coordinate. |
| z1 | float | Starting Z coordinate. |
| x2 | float | Ending X coordinate. |
| y2 | float | Ending Y coordinate. |
| z2 | float | Ending Z coordinate. |
| radius | float | |
| flags | int | See [`START_SHAPE_TEST_LOS_PROBE`](#\_0x7EE9F5D83DD4F90E) |
| entity | Entity | An entity to ignore, or 0. |
| p9 | int | A bit mask with bits 1, 2, 4, or 7 relating to collider types. 4 and 7 are usually used. |
Returns
int