Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-11-22 12:01:02 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-11-22 12:01:02 +0400
commit5da6c02188718beff0a7f64cf10e8e7cdca29e4e (patch)
treeefa573a392d4d7f0a81453093961a8a9da5898b3 /doc/python_api/rst/bge.types.rst
parenta660ebc16eba431c2befeb92985d2da05cfdae6c (diff)
BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()
Diffstat (limited to 'doc/python_api/rst/bge.types.rst')
-rw-r--r--doc/python_api/rst/bge.types.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 59a87ede7be..e0d42553e48 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -2245,7 +2245,7 @@ Types
Draws a debug mesh for the navigation mesh.
- :arg mode: the drawing mode (WALLS=0, POLYS=1, TRIS=2)
+ :arg mode: the drawing mode (one of :ref:`these constants <navmesh-draw-mode>`)
:arg mode: integer
:return: None