Types/SignalColorMapping: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "Used for Prototype/Lamp#signal_to_color_mapping == Properties == === type === '''Type''': Types/string Type of the signal that shows this color. === name === '''Ty...")
 
(0.18.21)
Line 1: Line 1:
Used for [[Prototype/Lamp#signal_to_color_mapping]]
Used for [[Prototype/Lamp#signal_to_color_mapping]]


== Properties ==
== Mandatory properties ==


=== type ===
=== type ===
'''Type''': [[Types/string]]
'''Type''': [[Types/string]]


Type of the signal that shows this color.
Type of the signal that shows this color. Either "virtual", "item" or "fluid.


=== name ===
=== name ===

Revision as of 15:47, 29 April 2020

Used for Prototype/Lamp#signal_to_color_mapping

Mandatory properties

type

Type: Types/string

Type of the signal that shows this color. Either "virtual", "item" or "fluid.

name

Type: Types/string

Name of the signal that shows this color.

color

Type: Types/Color

The color this signal shows.