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.rst4
1 files changed, 2 insertions, 2 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 e47cf351f60..15c7eec508f 100644
--- a/doc/python_api/rst/bge_types/bge.types.CListValue.rst
+++ b/doc/python_api/rst/bge_types/bge.types.CListValue.rst
@@ -16,7 +16,7 @@ base class --- :class:`CPropValue`
Add an item to the list (like pythons append)
.. warning::
-
+
Appending values to the list can cause crashes when the list is used internally by the game engine.
.. method:: count(val)
@@ -52,7 +52,7 @@ base class --- :class:`CPropValue`
Example:
.. code-block:: python
-
+
myObID=id(gameObject)
ob= scene.objects.from_id(myObID)