[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39210] trunk/blender/doc/python_api/rst/ bge.logic.rst: note to address issue raised by report [#28190].

Campbell Barton ideasman42 at gmail.com
Tue Aug 9 15:50:27 CEST 2011


Revision: 39210
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39210
Author:   campbellbarton
Date:     2011-08-09 13:50:27 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
note to address issue raised by  report [#28190].

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.logic.rst

Modified: trunk/blender/doc/python_api/rst/bge.logic.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.logic.rst	2011-08-09 13:05:18 UTC (rev 39209)
+++ trunk/blender/doc/python_api/rst/bge.logic.rst	2011-08-09 13:50:27 UTC (rev 39210)
@@ -217,6 +217,12 @@
 
    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)




More information about the Bf-blender-cvs mailing list