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/KX_SCA_AddObjectActuator.py')
-rw-r--r--source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py b/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py
index 7d6d1ee60df..44f9e051c8c 100644
--- a/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py
+++ b/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py
@@ -17,7 +17,7 @@ class KX_SCA_AddObjectActuator(SCA_IActuator):
"""
Sets the game object to add.
- A copy of the object will be added to the scene.
+ A copy of the object will be added to the scene when the actuator is activated.
If the object does not exist, this function is ignored.
@@ -37,6 +37,8 @@ class KX_SCA_AddObjectActuator(SCA_IActuator):
"""
Sets the lifetime of added objects, in frames.
+ If time == 0, the object will last forever.
+
@type time: integer
@param time: The minimum value for time is 0.
"""