| Property | Value |
|---|---|
| Native Name | DISABLE_NAVMESH_IN_AREA |
| Hash | 0x4C8872D8CDBE1B8B |
| Return Type | void |
| Parameters | posMinX (float), posMinY (float), posMinZ (float), posMaxX (float), posMaxY (float), posMaxZ (float), bDisable (bool) |
Description: Use this if you want to completely disable a large area of navmesh.
For smaller areas, use ADD_NAVMESH_BLOCKING_OBJECT instead.
Parameters
posMinX(float) — X Min Coordinate.posMinY(float) — Y Min Coordinate.posMinZ(float) — Z Min Coordinate.posMaxX(float) — X Max Coordinate.posMaxY(float) — Y Max Coordinate.posMaxZ(float) — Z Max Coordinate.bDisable(bool) — Whether to disable the navmesh or not.