| Property | Value |
|---|---|
| Native Name | START_SHAPE_TEST_SWEPT_SPHERE |
| Hash | 0xE6AC6C45FBE83004 |
| Return Type | int |
| Parameters | x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), radius (float), flags (int), entity (Entity), p9 (int) |
Description: Performs the same type of trace as START_SHAPE_TEST_CAPSULE, but with some different hardcoded parameters.
Parameters
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) — SeeSTART_SHAPE_TEST_LOS_PROBEentity(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.