Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bge.types.KX_GameActuator.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54702c5318ddd792b49097c7b1aa249b5edf8901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
KX_GameActuator(SCA_IActuator)
==============================

.. module:: bge.types

base class --- :class:`SCA_IActuator`

.. class:: KX_GameActuator(SCA_IActuator)

   The game actuator loads a new .blend file, restarts the current .blend file or quits the game.

   .. attribute:: fileName

      the new .blend file to load.

      :type: string

   .. attribute:: mode

      The mode of this actuator. Can be on of :ref:`these constants <game-actuator>`

      :type: Int