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-06-14 12:02:45 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-06-14 12:02:45 +0400
commit418451fa034209eaed25e49cf7f97e07df2e09d7 (patch)
treedbff6716fc372f0bb6361352355de30e2480db6a /doc
parentc07c57237398fbd214c329f2be0d88cc255e26eb (diff)
KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst5
1 files changed, 0 insertions, 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.