Factorio Runtime Docs

Class LuaCombinatorControlBehavior extends LuaControlBehavior abstract

Members

get_signal_last_tick(signal)  → int?

Gets the value of a specific signal sent by this combinator behavior last tick or nil if the signal didn't exist.

Gets the value of a specific signal sent by this combinator behavior last tick or nil if the signal didn't exist.

signals_last_tick [R] :: array[Signal]

The circuit network signals sent by this combinator last tick.

The circuit network signals sent by this combinator last tick.

Inherited from LuaControlBehavior: type, entity, get_circuit_network

Methods

get_signal_last_tick(signal)  → int?

Gets the value of a specific signal sent by this combinator behavior last tick or nil if the signal didn't exist.

Parameters

signal :: SignalID

The signal to get

The signal to get

Attributes

signals_last_tick :: array[Signal] Read

The circuit network signals sent by this combinator last tick.

Classes

Events

Concepts

Defines

Builtin types

>|