Factorio Runtime DocsVersion 2.0.14

ClassLuaControlBehaviorabstract

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.

Members

get_circuit_network(wire_connector_id) changedLuaCircuitNetwork?
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.

Methods

get_circuit_network(wire_connector_id) → LuaCircuitNetwork?changed

Parameters

wire_connector_id :: defines.wire_connector_id

Wire connector to get circuit network for.

Wire connector to get circuit network for.

Return values

→ LuaCircuitNetwork?

The circuit network or nil.

Attributes

type :: Read defines.control_behavior.type  

The concrete type of this control behavior.


entity :: Read LuaEntity  

The entity this control behavior belongs to.

Classes

Concepts

Events

Defines