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
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2015-01-18 13:08:33 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2015-01-18 13:08:33 +0300
commitecc58da8f1d110498e700b804cb44adba1145113 (patch)
tree3543b58af5a7671286e37570445651d0a552d52c /doc/python_api/rst/bge_types/bge.types.KX_Scene.rst
parent6e97db7b3000769c54b0cd7df6a7c93cf62fd9da (diff)
Documentation: fixed documented types to match actual types
The BGE API uses Vectors, but often this was documented as list. Maniphest Tasks: T43240 Differential Revision: https://developer.blender.org/D1006
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.KX_Scene.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_Scene.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst b/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst
index f2dad58731c..fc5ba357add 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst
@@ -123,7 +123,7 @@ base class --- :class:`PyObjectPlus`
The scene gravity using the world x, y and z axis.
- :type: list [fx, fy, fz]
+ :type: Vector((gx, gy, gz))
.. method:: addObject(object, other, time=0)