Factorio API Docs

1.1.53 <>

Class LuaCombinatorControlBehavior extends LuaControlBehavior

int

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


:: array[Signal]
[R]

The circuit network signals sent by this combinator last tick.


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

The signal to get

Return value

The value or nil if none.

Attributes

signals_last_tick :: array[Signal] [Read]

The circuit network signals sent by this combinator last tick.

|<

Classes

Events

Concepts

Defines

Builtin types

>|