
| Inherits from LuaGenericOnOffControlBehavior « LuaControlBehavior |
| set_priority_list | :: RW boolean |
|
| ||
| set_ignore_unlisted_targets | :: RW boolean |
|
| ||
| ignore_unlisted_targets_condition | :: RW CircuitConditionDefinition | The condition under which the turret will ignore targets not on its priority list. |
The condition under which the turret will ignore targets not on its priority list. | ||
| read_ammo | :: RW boolean |
|
| ||
| valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
| object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] | ||
| disabled | :: R boolean | If the entity is currently disabled because of the control behavior. |
If the entity is currently disabled because of the control behavior. | ||
| circuit_enable_disable | :: RW boolean |
|
| ||
| circuit_condition | :: RW CircuitConditionDefinition | The circuit condition. [...] |
The circuit condition. [...] | ||
| connect_to_logistic_network | :: RW boolean |
|
| ||
| logistic_condition | :: RW CircuitConditionDefinition | The logistic condition. [...] |
The logistic condition. [...] | ||
| get_circuit_network(wire_connector_id) | → LuaCircuitNetwork? | |
| type | :: R defines.control_behavior.type | The concrete type of this control behavior. |
The concrete type of this control behavior. | ||
| entity | :: R LuaEntity | The entity this control behavior belongs to. |
The entity this control behavior belongs to. | ||