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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-03-16 15:46:10 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-03-16 15:46:10 +0300
commit147bd16ed1bb3415b30408b0eab110d0854eadd2 (patch)
tree8b232d5867b47e7364aa6d1db1c2a519096ec507 /doc/python_api/rst/bge_types
parente7a33d8bf4c736efe7e99fe780b3664543c365a0 (diff)
parent86c828d9fdf6df9f392f70d8ed1f0e10ce10e098 (diff)
Merge branch 'master' into temp-ghash-experiments
Diffstat (limited to 'doc/python_api/rst/bge_types')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
index ebde93f872f..8d6996dc401 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
@@ -432,6 +432,12 @@ base class --- :class:`SCA_IObject`
If true, the object's and children's debug properties will be displayed on screen.
:type: boolean
+
+ .. attribute:: currentLodLevel
+
+ The index of the level of detail (LOD) currently used by this object (read-only).
+
+ :type: int
.. method:: endObject()