Native referenceFiveM

TEST_PROBE_AGAINST_ALL_WATER

0x8974647ED222EA5F WATER
FUNCTION SIGNATURE
BOOL TEST_PROBE_AGAINST_ALL_WATER(float x1, float y1, float z1, float x2, float y2, float z2, int flag, Vector3* result);
Property Value
Native Name TEST_PROBE_AGAINST_ALL_WATER
Hash 0x8974647ED222EA5F
Return Type BOOL
Parameters x1 (float), y1 (float), z1 (float), x2 (float), y2 (float), z2 (float), flag (int), result (Vector3*)

Description: Flags are identical to START_SHAPE_TEST*, however, 128 is automatically set.

Parameters

  • x1 (float)
  • y1 (float)
  • z1 (float)
  • x2 (float)
  • y2 (float)
  • z2 (float)
  • flag (int) — See START_SHAPE_TEST_LOS_PROBE
  • result (Vector3*)
Back to WATER