DisableNavmeshInArea
DocsDisableNavmeshInArea(posMinX, posMinY, posMinZ, posMaxX, posMaxY, posMaxZ, bDisable)Description
Use this if you want to completely disable a large area of navmesh.
For smaller areas, use <code>ADD_NAVMESH_BLOCKING_OBJECT</code> instead.
Parameters
| Name | Type | Description |
|---|---|---|
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. |
Returns
voidThis native does not return a value.