Difference between revisions of "DisableNavmesh"
Jump to navigation
Jump to search
imported>Kkuhlmann |
imported>Ez0n3 |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== | {{Function | ||
|origin = GECK1 | |||
|summary = Disables the specified navmesh. | |||
|name = DisableNavmesh | |||
|returnType = void | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = NavMeshID | |||
|Type = ref | |||
}} | |||
|example = DisableNavmesh MySpecialNavmesh | |||
}} | |||
==See Also== | |||
*[[EnableNavMesh]] | |||
== | |||
* [[EnableNavMesh]] | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] |
Latest revision as of 07: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
DisableNavmesh NavMeshID:ref
Example
DisableNavmesh MySpecialNavmesh