Difference between revisions of "EnableNavMesh"
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: | ||
== | {{Function | ||
|origin = GECK1 | |||
|summary = Enables the specified navmesh. | |||
|name = EnableNavMesh | |||
|returnType = void | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = NavMeshID | |||
|Type = ref | |||
}} | |||
|example = EnableNavMesh MySpecialNavmesh | |||
}} | |||
==See Also== | |||
*[[DisableNavmesh]] | |||
== | |||
* [[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
EnableNavMesh NavMeshID:ref
Example
EnableNavMesh MySpecialNavmesh