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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-08-09 17:50:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-09 17:50:27 +0400
commit08e184f3022494e1c834c22a25f7a23d2312e9d8 (patch)
tree15a60338596e720d5f8e3553d68d46afe8436c77 /doc
parentf98e2161d0ae0d4b90d0602fd11aa100856d0e48 (diff)
note to address issue raised by report [#28190].
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.logic.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index 128f87f76bd..7c392901eec 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -217,6 +217,12 @@ General functions
Loads a scene into the game engine.
+ .. note::
+
+ This function is not effective immediately, the scene is queued
+ and added on the next logic cycle where it will be available
+ from `getSceneList`
+
:arg name: The name of the scene
:type name: string
:arg overlay: Overlay or underlay (optional)