DisableNavmesh
From GECK
(Redirected from DisableNavMesh)
A function included in the GECK for Fallout 3.
Contents
Description
Disables the specified navmesh.
Syntax
DisableNavmesh NavMeshID:ref
Example
DisableNavmesh MySpecialNavmesh
Notes
- This function only works using FormIDs, using the Alt versions in JIP LN NVSE is recommended as navmeshes are not references and the IDs will be explicitly referenced in the compiled script with no load order index fixups.