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')
-rw-r--r--source/gameengine/PyDoc/GameTypes.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/GameTypes.py b/source/gameengine/PyDoc/GameTypes.py
index 7ecae944324..ffd6a7eeee3 100644
--- a/source/gameengine/PyDoc/GameTypes.py
+++ b/source/gameengine/PyDoc/GameTypes.py
@@ -3896,6 +3896,16 @@ class KX_Scene(PyObjectPlus):
@param scene: The name of the scene to replace this scene with.
@type scene: string
"""
+
+ def suspend():
+ """
+ Suspends this scene.
+ """
+
+ def resume():
+ """
+ Resume this scene.
+ """
def get(key, default=None):
"""