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

Class SCA_ILogicBrick

Known Subclasses:
SCA_IActuator, SCA_IController, SCA_ISensor

Base class for all logic bricks.
Method Summary
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

getExecutePriority()

Gets the execution priority of this logic brick.
Returns:
this logic bricks current priority.
           (type=integer)

getOwner()

Gets the game object associated with this logic brick.
Returns:
KX_GameObject

setExecutePriority(priority)

Sets the priority of this logic brick.
Parameters:
priority - the priority of this logic brick.
           (type=integer)

Generated by Epydoc 2.1 on Sat Aug 28 03:09:59 2004 http://epydoc.sf.net