Native referenceFiveM

UPDATE_NAVMESH_BLOCKING_OBJECT

0x109E99373F290687 PATHFIND
FUNCTION SIGNATURE
void UPDATE_NAVMESH_BLOCKING_OBJECT(Object object, float posX, float posY, float posZ, float scaleX, float scaleY, float scaleZ, float heading, int flags);
Property Value
Native Name UPDATE_NAVMESH_BLOCKING_OBJECT
Hash 0x109E99373F290687
Return Type void
Parameters object (Object), posX (float), posY (float), posZ (float), scaleX (float), scaleY (float), scaleZ (float), heading (float), flags (int)

Parameters

  • object (Object) — Navmesh Blocking Object by ID. must be returned by ADD_NAVMESH_BLOCKING_OBJECT.
  • posX (float) — X position coordinate.
  • posY (float) — Y position coordinate.
  • posZ (float) — Z position coordinate.
  • scaleX (float) — X Scale.
  • scaleY (float) — Y Scale.
  • scaleZ (float) — Z Scale.
  • heading (float) — Heading of the blocking object.
  • flags (int) — Flags for the blocking object, see ADD_NAVMESH_BLOCKING_OBJECT for list of blocking object flags.
Back to PATHFIND