From de57d61f62c88d13ecf55cc0c308b406d40c3383 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 22 Nov 2012 22:25:12 +0000 Subject: BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc string. --- doc/python_api/rst/bge.types.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst index 9e1de819f80..728793b5603 100644 --- a/doc/python_api/rst/bge.types.rst +++ b/doc/python_api/rst/bge.types.rst @@ -3204,6 +3204,10 @@ Types 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. -- cgit v1.2.3