Factorio Runtime DocsVersion 2.0.14

EventData :: table

Information about the event that has been raised. The table can also contain other fields depending on the type of event. See the list of Factorio events for more information on these.

Table fields

name :: defines.events

The identifier of the event this handler was registered to.

The identifier of the event this handler was registered to.

tick :: uint

The tick during which the event happened.

The tick during which the event happened.

mod_name :: string?

The name of the mod that raised the event if it was raised using LuaBootstrap::raise_event.

The name of the mod that raised the event if it was raised using LuaBootstrap::raise_event.

Classes

Concepts

Events

Defines