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:
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.CListValue.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.CListValue.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.CListValue.rst b/doc/python_api/rst/bge_types/bge.types.CListValue.rst
index ca4cdc44bf5..e47cf351f60 100644
--- a/doc/python_api/rst/bge_types/bge.types.CListValue.rst
+++ b/doc/python_api/rst/bge_types/bge.types.CListValue.rst
@@ -1,8 +1,6 @@
CListValue(CPropValue)
======================
-.. module:: bge.types
-
base class --- :class:`CPropValue`
.. class:: CListValue(CPropValue)
@@ -69,4 +67,3 @@ base class --- :class:`CPropValue`
.. warning::
The id can't be stored as an integer in game object properties, as those only have a limited range that the id may not be contained in. Instead an id can be stored as a string game property and converted back to an integer for use in from_id lookups.
-