Prototype/ConstantCombinator: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | {{Prototype parent|Prototype/EntityWithHealth}} | ||
A [[constant combinator]]. | |||
{{Prototype TOC|constant-combinator}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | ||
{{Prototype property|item_slot_count|[[Types/uint32|uint32]]}} | |||
{{Prototype property|sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|activity_led_sprites|[[Types/Sprite4Way|Sprite4Way]]}} | |||
{{Prototype property|activity_led_light_offsets|[[Types/table|table]] of [[Types/vector|vector]]}} | |||
Array of 4 vectors. | Array of 4 vectors. | ||
{{Prototype property|circuit_wire_connection_points|[[Types/table|table]] of [[Types/WireConnectionPoint|WireConnectionPoint]]}} | |||
Array of 4 WireConnectionPoints. | Array of 4 WireConnectionPoints. | ||
== Optional properties == | == Optional properties == | ||
{{Prototype property|activity_led_light|[[Types/LightDefinition|LightDefinition]]|optional=true}} | |||
{{Prototype property|circuit_wire_max_distance|[[Types/double|double]]|0|optional=true}} | |||
The maximum circuit wire distance for this entity. | The maximum circuit wire distance for this entity. | ||
{{Prototype property|draw_copper_wires|[[Types/bool|bool]]|true|optional=true}} | |||
= | |||
{{Prototype property|draw_circuit_wires|[[Types/bool|bool]]|true|optional=true}} |
Revision as of 12:05, 28 July 2019
Template:Prototype parent A constant combinator.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Template:Prototype property Array of 4 vectors.
Template:Prototype property Array of 4 WireConnectionPoints.
Optional properties
Template:Prototype property The maximum circuit wire distance for this entity.