SCA_ILogicBrick(EXP_Value)
base class — EXP_Value
- class bge.types.SCA_ILogicBrick
Base class for all logic bricks.
- executePriority
This determines the order controllers are evaluated, and actuators are activated (lower priority is executed first).
- Type:
integer
- owner
The game object this logic brick is attached to (read-only).
- Type:
KX_GameObject
or None in exceptional cases.
- name
The name of this logic brick (read-only).
- Type:
string