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 'doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst b/doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst
index b6aeaff282c..37ace5b6929 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst
@@ -14,7 +14,7 @@ base class --- :class:`SCA_IActuator`
This will generate a warning in the console:
.. code-block:: none
-
+
Error: GameObject 'Name' has a SceneActuator 'ActuatorName' (SetScene) without scene
.. attribute:: scene
@@ -28,9 +28,9 @@ base class --- :class:`SCA_IActuator`
the camera to change to.
:type: :class:`KX_Camera` on read, string or :class:`KX_Camera` on write
-
+
.. note::
-
+
When setting the attribute, you can use either a :class:`KX_Camera` or the name of the camera.
.. attribute:: useRestart