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/GameLogic.py')
-rw-r--r--source/gameengine/PyDoc/GameLogic.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/gameengine/PyDoc/GameLogic.py b/source/gameengine/PyDoc/GameLogic.py
index a6681bf562d..56a9ea0d4f4 100644
--- a/source/gameengine/PyDoc/GameLogic.py
+++ b/source/gameengine/PyDoc/GameLogic.py
@@ -361,13 +361,6 @@ def addScene(name, overlay=1):
@param body: Overlay or underlay (optional)
@type body: int
"""
-def removeScene(name):
- """
- Removes a scene from the game engine.
-
- @param name: The name of the scene
- @type name: string
- """
def sendMessage(subject, body="", to="", message_from=""):
"""
Sends a message to sensors in any active scene.