EnableNavMesh

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Enables the specified navmesh.

Syntax

[help]
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.

See Also