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
path: root/doc
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-11-22 12:22:46 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-11-22 12:22:46 +0400
commit74ffa7bb8a3f537167c61b512c60534065bedfbe (patch)
treedfd8de38616074e8222db1cef227c1a91632d42c /doc
parentd9f6edff149f9b6d534462efb4aa908d5f63876a (diff)
BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now just their names and values are in the docs, not what they actually do.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.logic.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index b076570ab7d..e331d7038cb 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -762,7 +762,27 @@ See :class:`bge.types.KX_SoundActuator`
.. data:: KX_SOUNDACT_LOOPBIDIRECTIONAL_STOP
:value: 6
-
+
+--------------
+Steering Actuator
+--------------
+
+.. _logic-steering-actuator:
+
+See :class:`bge.types.KX_SteeringActuator.behavior`
+
+.. data:: KX_STEERING_SEEK
+
+ :value: 1
+
+.. data:: KX_STEERING_FLEE
+
+ :value: 2
+
+.. data:: KX_STEERING_PATHFOLLOWING
+
+ :value: 3
+
=======
Various