Difference between revisions of "EnableNavMesh"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
=='''Description'''==
{{Function
|origin = GECK1
|summary = Enables the specified navmesh.
|name = EnableNavMesh
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = NavMeshID
  |Type = ref
  }}
|example = EnableNavMesh MySpecialNavmesh
}}


'''EnableNavMesh''' enables the specified navmesh.
==See Also==
 
*[[DisableNavmesh]]
=='''Syntax'''==
 
EnableNavMesh NavMeshID
 
=='''Examples'''==
 
EnableNavMesh MySpecialNavmesh
 
=='''Notes'''==
 
=='''See Also'''==
* [[DisableNavmesh]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Functions (GECK 1.1)]]

Latest revision as of 07:35, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Enables the specified navmesh.

Syntax

[help]
EnableNavMesh NavMeshID:ref

Example

EnableNavMesh MySpecialNavmesh

See Also