Prototype/ConstantCombinator: Difference between revisions
Jump to navigation
Jump to search
(0.17) |
(Set prototype parent) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | |||
== Basics == | == Basics == | ||
Prototype type: '''constant-combinator''' | Prototype type: '''constant-combinator''' |
Revision as of 15:45, 24 July 2019
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/ConstantCombinator
Basics
Prototype type: constant-combinator
Extends Prototype/EntityWithHealth.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
item_slot_count
Type: Types/uint32
sprites
Type: Types/Sprite4Way
activity_led_sprites
Type: Types/Sprite4Way
activity_led_light_offsets
Type: Types/table of Types/vector
Array of 4 vectors.
circuit_wire_connection_points
Type: Types/table of Types/WireConnectionPoint
Array of 4 WireConnectionPoints.
Optional properties
activity_led_light
Type: Types/LightDefinition
circuit_wire_max_distance
Type: Types/double
Default: 0
The maximum circuit wire distance for this entity.
draw_copper_wires
Type: Types/bool
Default: true
draw_circuit_wires
Type: Types/bool
Default: true