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...")
 
m (typo)
 
(One intermediate revision by the same user not shown)
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 ===

Latest revision as of 11:26, 4 May 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.