Home | Trees | Index | Help |
|
---|
Module SCA_PythonController :: Class SCA_PythonController |
|
SCA_ILogicBrick
--+ |SCA_IController
--+ | SCA_PythonController
Method Summary | |
---|---|
SCA_IActuator
|
Gets the named linked actuator. |
list [SCA_IActuator ]
|
Gets a list of all actuators linked to this controller. |
string |
Gets the Python script this controller executes. |
SCA_ISensor
|
Gets the named linked sensor. |
list [SCA_ISensor ]
|
Gets a list of all sensors attached to this controller. |
Sets the Python script this controller executes. | |
Inherited from SCA_ILogicBrick | |
integer |
Gets the execution priority of this logic brick. |
KX_GameObject
|
Gets the game object associated with this logic brick. |
Sets the priority of this logic brick. |
Method Details |
---|
getActuator(name)Gets the named linked actuator.
|
getActuators()Gets a list of all actuators linked to this controller.
|
getScript()Gets the Python script this controller executes.
|
getSensor(name)Gets the named linked sensor.
|
getSensors()Gets a list of all sensors attached to this controller.
|
setScript(script)Sets the Python script this controller executes.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 | http://epydoc.sf.net |