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 'source/gameengine/PyDoc/SCA_ILogicBrick.py')
-rw-r--r--source/gameengine/PyDoc/SCA_ILogicBrick.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/SCA_ILogicBrick.py b/source/gameengine/PyDoc/SCA_ILogicBrick.py
index 6defe6a28a3..ea09fcaea37 100644
--- a/source/gameengine/PyDoc/SCA_ILogicBrick.py
+++ b/source/gameengine/PyDoc/SCA_ILogicBrick.py
@@ -17,6 +17,9 @@ class SCA_ILogicBrick:
"""
Sets the priority of this logic brick.
+ This determines the order controllers are evaluated, and actuators are activated.
+ Bricks with lower priority will be executed first.
+
@type priority: integer
@param priority: the priority of this logic brick.
"""