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/GameTypes.py')
-rw-r--r--source/gameengine/PyDoc/GameTypes.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/GameTypes.py b/source/gameengine/PyDoc/GameTypes.py
index 61b95e70c0b..cae1b875a1b 100644
--- a/source/gameengine/PyDoc/GameTypes.py
+++ b/source/gameengine/PyDoc/GameTypes.py
@@ -3878,6 +3878,24 @@ class KX_Scene(PyObjectPlus):
@rtype: L{KX_GameObject}
"""
+
+ def end():
+ """
+ Removes the scene from the game.
+ """
+
+ def restart():
+ """
+ Restarts the scene.
+ """
+
+ def replace(scene):
+ """
+ Replaces this scene with another one.
+
+ @param scene: The name of the scene to replace this scene with.
+ @type scene: string
+ """
def get(key, default=None):
"""