Module KX_GameActuator :: Class KX_GameActuator
[frames | no frames]

Class KX_GameActuator

SCA_ILogicBrick --+    
                  |    
      SCA_IActuator --+
                      |
                     KX_GameActuator


The game actuator loads a new .blend file, restarts the current .blend file or quits the game.
Method Summary
string getFile()
Returns the filename of the new .blend file to load.
  setFile(filename)
Sets the new .blend file to load.
    Inherited from SCA_ILogicBrick
integer getExecutePriority()
Gets the execution priority of this logic brick.
KX_GameObject getOwner()
Gets the game object associated with this logic brick.
  setExecutePriority(priority)
Sets the priority of this logic brick.

Method Details

getFile()

Returns the filename of the new .blend file to load.
Returns:
string

setFile(filename)

Sets the new .blend file to load.
Parameters:
filename - The file name this actuator will load.
           (type=string)

Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 http://epydoc.sf.net