Factorio Prototype DocsVersion 2.0.7

PodDistanceTraveledProcessionBezierControlPoint :: struct

One frame in time for a Bezier interpolation.

Properties

timestamp optional :: MapTick

Mandatory if distance is defined.

Mandatory if distance is defined.

distance optional :: double

distance and distance_t interpolate a double smoothly over time.

distance and distance_t interpolate a double smoothly over time.

distance_t optional :: double

Bidirectional tangent at the given timestamp.

Bidirectional tangent at the given timestamp.

Properties

timestamp :: MapTick optional

Mandatory if distance is defined.

distance :: double optional

distance and distance_t interpolate a double smoothly over time.

distance_t :: double optional

Bidirectional tangent at the given timestamp.

Prototypes

Types

Defines