A circuit network associated with a given entity, connector, and wire type.
get_signal(signal) → int | |
entity :: LuaEntity [R] | The entity this circuit network reference is associated with |
wire_type :: defines.wire_type [R] | The wire type this network is associated with. |
circuit_connector_id :: defines.circuit_connector_id [R] | The circuit connector ID on the associated entity this network was gotten from. |
signals :: array[Signal] [R] | The circuit network signals last tick. |
network_id :: uint [R] | The circuit networks ID. |
connected_circuit_count :: uint [R] | The number of circuits connected to this network. |
valid :: boolean [R] | Is this object valid? |
object_name :: string [R] | The class name of this object. |
help() → string | All methods and properties that this object supports. |
The entity this circuit network reference is associated with
The wire type this network is associated with.
The circuit connector ID on the associated entity this network was gotten from.
The circuit network signals last tick. nil
if there are no signals.
The circuit networks ID.
The number of circuits connected to this network.