[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52494] trunk/blender/doc/python_api/rst/ bge.types.rst: BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc string.

Mitchell Stokes mogurijin at gmail.com
Thu Nov 22 23:25:12 CET 2012


Revision: 52494
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52494
Author:   moguri
Date:     2012-11-22 22:25:12 +0000 (Thu, 22 Nov 2012)
Log Message:
-----------
BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc string.

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.types.rst

Modified: trunk/blender/doc/python_api/rst/bge.types.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.types.rst	2012-11-22 22:24:34 UTC (rev 52493)
+++ trunk/blender/doc/python_api/rst/bge.types.rst	2012-11-22 22:25:12 UTC (rev 52494)
@@ -3204,6 +3204,10 @@
       Return the value matching key, or the default value if its not found.
       :return: The key value or a default.
 
+   .. method:: drawObstacleSimulation()
+
+      Draw debug visualization of obstacle simulation.
+
 .. class:: KX_SceneActuator(SCA_IActuator)
 
    Scene Actuator logic brick.




More information about the Bf-blender-cvs mailing list