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.SCA_IController.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.SCA_IController.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_IController.rst b/doc/python_api/rst/bge_types/bge.types.SCA_IController.rst
index 4532070c814..80959443f7d 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_IController.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_IController.rst
@@ -10,13 +10,13 @@ base class --- :class:`SCA_ILogicBrick`
.. attribute:: state
The controllers state bitmask. This can be used with the GameObject's state to test if the controller is active.
-
+
:type: int bitmask
.. attribute:: sensors
A list of sensors linked to this controller.
-
+
:type: sequence supporting index/string lookups and iteration.
.. note::
@@ -24,13 +24,13 @@ base class --- :class:`SCA_ILogicBrick`
The sensors are not necessarily owned by the same object.
.. note::
-
+
When objects are instanced in dupligroups links may be lost from objects outside the dupligroup.
.. attribute:: actuators
A list of actuators linked to this controller.
-
+
:type: sequence supporting index/string lookups and iteration.
.. note::
@@ -38,15 +38,15 @@ base class --- :class:`SCA_ILogicBrick`
The sensors are not necessarily owned by the same object.
.. note::
-
+
When objects are instanced in dupligroups links may be lost from objects outside the dupligroup.
.. attribute:: useHighPriority
When set the controller executes always before all other controllers that dont have this set.
-
+
:type: boolen
.. note::
-
+
Order of execution between high priority controllers is not guaranteed.