The control behavior for an entity. Inserters have logistic network and circuit network behavior logic, lamps have circuit logic and so on. This is an abstract base class that concrete control behaviors inherit.
An control reference becomes invalid once the control behavior is removed or the entity (see LuaEntity) it resides in is destroyed.
get_circuit_network(wire_connector_id) changed | → 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. |
wire_connector_id | :: defines.wire_connector_id | Wire connector to get circuit network for. |
Wire connector to get circuit network for. |
→ LuaCircuitNetwork? | The circuit network or nil. |
The concrete type of this control behavior.
The entity this control behavior belongs to.