Home | Trees | Index | Help |
|
---|
Module SCA_ILogicBrick :: Class SCA_ILogicBrick |
|
SCA_IActuator
,
SCA_IController
,
SCA_ISensor
Method Summary | |
---|---|
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 |
---|
getExecutePriority()Gets the execution priority of this logic brick.
|
getOwner()Gets the game object associated with this logic brick.
|
setExecutePriority(priority)Sets the priority of this logic brick. This determines the order controllers are evaluated, and actuators are activated. Bricks with lower priority will be executed first.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Feb 1 00:12:33 2007 | http://epydoc.sf.net |