From 418451fa034209eaed25e49cf7f97e07df2e09d7 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 14 Jun 2012 08:02:45 +0000 Subject: [PATCH] KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs. --- doc/python_api/rst/bge.types.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst index 1d9f84fbcac..ff85df1f68b 100644 --- a/doc/python_api/rst/bge.types.rst +++ b/doc/python_api/rst/bge.types.rst @@ -2703,11 +2703,6 @@ Game Types (bge.types) KX_RADAR_AXIS_POS_X, KX_RADAR_AXIS_POS_Y, KX_RADAR_AXIS_POS_Z, KX_RADAR_AXIS_NEG_X, KX_RADAR_AXIS_NEG_Y, KX_RADAR_AXIS_NEG_Z - .. method:: getConeHeight() - - :return: The height of the cone with which to test. - :rtype: float - .. class:: KX_RaySensor(SCA_ISensor) A ray sensor detects the first object in a given direction.