Factorio Runtime DocsVersion 2.0.14

EquipmentPosition :: table or {int, int}

Position inside an equipment grid. This uses the same format as MapPosition, meaning it can be specified either with or without explicit keys.

Table fields

x :: int
y :: int

Examples

-- Explicit definition
{x = 5, y = 2}
{y = 2, x = 5}
-- Shorthand
{1, 2}

Classes

Concepts

Events

Defines