KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs.

This commit is contained in:
Mitchell Stokes
2012-06-14 08:02:45 +00:00
parent c07c572373
commit 418451fa03

View File

@@ -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_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 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) .. class:: KX_RaySensor(SCA_ISensor)
A ray sensor detects the first object in a given direction. A ray sensor detects the first object in a given direction.