ClassLuaCircuitNetwork
Members
| get_signal(signal) | → int32 | |
| entity | :: R LuaEntity | The entity this circuit network reference is associated with. |
The entity this circuit network reference is associated with. | ||
| wire_type | :: R defines.wire_type | The wire type this network is associated with. |
The wire type this network is associated with. | ||
| wire_connector_id | :: R defines.wire_connector_id | Wire connector ID on associated entity this network was gotten from. |
Wire connector ID on associated entity this network was gotten from. | ||
| signals | :: R array[Signal]? | The circuit network signals last tick. [...] |
The circuit network signals last tick. [...] | ||
| network_id | :: R uint32 | The circuit networks ID. |
The circuit networks ID. | ||
| connected_circuit_count | :: R uint32 | The number of circuits connected to this network. |
The number of circuits connected to this network. | ||
| 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. [...] | ||


