Difference between revisions of "DisableNavmesh"

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 = Disables the specified navmesh.
|name = DisableNavmesh
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = NavMeshID
  |Type = ref
  }}
|example = DisableNavmesh MySpecialNavmesh
}}


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


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

Latest revision as of 08:25, 15 January 2011

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

A function included in the GECK version 1.1.0.36.

Description

Disables the specified navmesh.

Syntax

[help]
DisableNavmesh NavMeshID:ref

Example

DisableNavmesh MySpecialNavmesh

See Also