Factorio Runtime DocsVersion 2.0.20

CustomCommandData :: table

Table fields

name :: string

The name of the command.

The name of the command.

tick :: uint

The tick the command was used in.

The tick the command was used in.

player_index :: uint?

The player who issued the command, or nil if it was issued from the server console.

The player who issued the command, or nil if it was issued from the server console.

parameter :: string?

The parameter passed after the command, if there is one.

The parameter passed after the command, if there is one.

Classes

Concepts

Events

Defines