Prototype/RobotWithLogisticInterface: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.17)
(Set prototype parent)
Line 1: Line 1:
{{Prototype parent|Prototype/FlyingRobot}}
== Basics ==
== Basics ==
This type is abstract and cannot be created directly.
This type is abstract and cannot be created directly.

Revision as of 15:47, 24 July 2019

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/FlyingRobot » Prototype/RobotWithLogisticInterface


Basics

This type is abstract and cannot be created directly.

Extends Prototype/FlyingRobot.

Extensions

Mandatory properties

This prototype inherits all the properties from Prototype/FlyingRobot.

idle

Type: Types/RotatedAnimation

in_motion

Type: Types/RotatedAnimation

shadow_idle

Type: Types/RotatedAnimation

shadow_in_motion

Type: Types/RotatedAnimation

max_payload_size

Type: Types/ItemCountType

cargo_centered

Type: Types/vector

Optional properties

draw_cargo

Type: Types/bool

Default: true