Prototype/RailSignal: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Basics == Extends Prototype/RailSignalBase. == Mandatory properties == This prototype inherits all the properties from Prototype/RailSignalBase. == Optional prope...") |
(formatting) |
||
Line 2: | Line 2: | ||
Extends [[Prototype/RailSignalBase]]. | Extends [[Prototype/RailSignalBase]]. | ||
== | == Optional properties == | ||
This prototype inherits all the properties from [[Prototype/RailSignalBase]]. | This prototype inherits all the properties from [[Prototype/RailSignalBase]]. | ||
=== green_light === | === green_light === |
Revision as of 19:38, 19 June 2018
Basics
Extends Prototype/RailSignalBase.
Optional properties
This prototype inherits all the properties from Prototype/RailSignalBase.
green_light
Type: Types/LightDefinition
orange_light
Type: Types/LightDefinition
red_light
Type: Types/LightDefinition
default_red_output_signal
Type: Types/SignalIDConnector
default_orange_output_signal
Type: Types/SignalIDConnector
default_green_output_signal
Type: Types/SignalIDConnector
circuit_wire_max_distance
Type: Types/double
Default: 0
circuit_wire_connection_points
Type: Types/table of Types/WireConnectionPoint
Mandatory if circuit_wire_max_distance > 0.
circuit_connector_sprites
Type: Types/table of Types/CircuitConnectorSprites
Mandatory if circuit_wire_max_distance > 0.