EnableNavMesh
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Enables the specified navmesh.
Syntax
EnableNavMesh NavMeshID:ref
Example
EnableNavMesh 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.