base class — bpy_struct
subclasses — ExpressionController, XnorController, PythonController, AndController, NorController, OrController, XorController, NandController
Game engine logic brick to process events, connecting sensors to actuators
| Type : | string, default “” |
|---|
Set controller expanded in the user interface
| Type : | boolean, default False |
|---|
Set Controller state index (1 to 30)
| Type : | int in [1, 30], default 0 |
|---|
| Type : | enum in [‘LOGIC_AND’, ‘LOGIC_OR’, ‘LOGIC_NAND’, ‘LOGIC_NOR’, ‘LOGIC_XOR’, ‘LOGIC_XNOR’, ‘EXPRESSION’, ‘PYTHON’], default ‘LOGIC_AND’ |
|---|
Mark controller for execution before all non-marked controllers (good for startup scripts)
| Type : | boolean, default False |
|---|
Link the controller with a sensor/actuator.
| Parameters: |
|---|
Inherited Properties
Inherited Functions
|
References