StartShapeTestSurroundingCoords — FiveM Natives
0xFF6BE494C7987F34 · SHAPETEST · all
Since it is only used in the PC version, likely some mouse-friendly shape test. Uses in vector arguments. Asynchronous. `` it returns a ShapeTest handle that can be used with GET_SHAPE_TEST_RESULT. In its only usage in game scripts its called with flag set to 511, entity to player_ped_id and flag2 set to 7 ` See START_SHAPE_TEST_LOS_PROBE` for flags.
Parameters
| Name | Type |
|---|---|
| pVec1 | Vector3* |
| pVec2 | Vector3* |
| flag | int |
| entity | Entity |
| flag2 | int |
Returns
int