Types/TransportBeltConnectorFrame: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "Used to define the graphics for the (in vanilla) yellow frame that is used when a Prototype/TransportBelt is connected to the circuit network. == Mandatory properties ==...")
 
m (migration parser assist)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
=== frame_main ===
=== frame_main ===
'''Type''': [[Types/AnimationVariations]]
'''Type''': [[Types/AnimationVariations]]
=== frame_shadow ===
=== frame_shadow ===
'''Type''': [[Types/AnimationVariations]]
'''Type''': [[Types/AnimationVariations]]
=== frame_main_scanner ===
=== frame_main_scanner ===
'''Type''': [[Types/Animation]]
'''Type''': [[Types/Animation]]
=== frame_main_scanner_movement_speed ===
=== frame_main_scanner_movement_speed ===
'''Type''': [[Types/float]]
'''Type''': [[Types/float]]
=== frame_main_scanner_horizontal_start_shift ===
=== frame_main_scanner_horizontal_start_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_horizontal_end_shift ===
=== frame_main_scanner_horizontal_end_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_horizontal_y_scale ===
=== frame_main_scanner_horizontal_y_scale ===
'''Type''': [[Types/float]]
'''Type''': [[Types/float]]
=== frame_main_scanner_horizontal_rotation ===
=== frame_main_scanner_horizontal_rotation ===
'''Type''': [[Types/RealOrientation]]
'''Type''': [[Types/RealOrientation]]
=== frame_main_scanner_vertical_start_shift ===
=== frame_main_scanner_vertical_start_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_vertical_end_shift ===
=== frame_main_scanner_vertical_end_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_vertical_y_scale ===
=== frame_main_scanner_vertical_y_scale ===
'''Type''': [[Types/float]]
'''Type''': [[Types/float]]
=== frame_main_scanner_vertical_rotation ===
=== frame_main_scanner_vertical_rotation ===
'''Type''': [[Types/RealOrientation]]
'''Type''': [[Types/RealOrientation]]
=== frame_main_scanner_cross_horizontal_start_shift ===
=== frame_main_scanner_cross_horizontal_start_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_cross_horizontal_end_shift ===
=== frame_main_scanner_cross_horizontal_end_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_cross_horizontal_y_scale ===
=== frame_main_scanner_cross_horizontal_y_scale ===
'''Type''': [[Types/float]]
'''Type''': [[Types/float]]
=== frame_main_scanner_cross_horizontal_rotation ===
=== frame_main_scanner_cross_horizontal_rotation ===
'''Type''': [[Types/RealOrientation]]
'''Type''': [[Types/RealOrientation]]
=== frame_main_scanner_cross_vertical_start_shift ===
=== frame_main_scanner_cross_vertical_start_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_cross_vertical_end_shift ===
=== frame_main_scanner_cross_vertical_end_shift ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
=== frame_main_scanner_cross_vertical_y_scale ===
=== frame_main_scanner_cross_vertical_y_scale ===
'''Type''': [[Types/float]]
'''Type''': [[Types/float]]
=== frame_main_scanner_cross_vertical_rotation ===
=== frame_main_scanner_cross_vertical_rotation ===
'''Type''': [[Types/RealOrientation]]
'''Type''': [[Types/RealOrientation]]
=== frame_main_scanner_nw_ne ===
=== frame_main_scanner_nw_ne ===
'''Type''': [[Types/Animation]]
'''Type''': [[Types/Animation]]
=== frame_main_scanner_sw_se ===
=== frame_main_scanner_sw_se ===
'''Type''': [[Types/Animation]]
'''Type''': [[Types/Animation]]
== Optional properties ==
=== frame_back_patch ===
'''Type''': [[Types/SpriteVariations]]
=== frame_front_patch ===
'''Type''': [[Types/SpriteVariations]]

Latest revision as of 09:40, 5 July 2023

Used to define the graphics for the (in vanilla) yellow frame that is used when a Prototype/TransportBelt is connected to the circuit network.

Mandatory properties

frame_main

Type: Types/AnimationVariations

frame_shadow

Type: Types/AnimationVariations

frame_main_scanner

Type: Types/Animation

frame_main_scanner_movement_speed

Type: Types/float

frame_main_scanner_horizontal_start_shift

Type: Types/vector

frame_main_scanner_horizontal_end_shift

Type: Types/vector

frame_main_scanner_horizontal_y_scale

Type: Types/float

frame_main_scanner_horizontal_rotation

Type: Types/RealOrientation

frame_main_scanner_vertical_start_shift

Type: Types/vector

frame_main_scanner_vertical_end_shift

Type: Types/vector

frame_main_scanner_vertical_y_scale

Type: Types/float

frame_main_scanner_vertical_rotation

Type: Types/RealOrientation

frame_main_scanner_cross_horizontal_start_shift

Type: Types/vector

frame_main_scanner_cross_horizontal_end_shift

Type: Types/vector

frame_main_scanner_cross_horizontal_y_scale

Type: Types/float

frame_main_scanner_cross_horizontal_rotation

Type: Types/RealOrientation

frame_main_scanner_cross_vertical_start_shift

Type: Types/vector

frame_main_scanner_cross_vertical_end_shift

Type: Types/vector

frame_main_scanner_cross_vertical_y_scale

Type: Types/float

frame_main_scanner_cross_vertical_rotation

Type: Types/RealOrientation

frame_main_scanner_nw_ne

Type: Types/Animation

frame_main_scanner_sw_se

Type: Types/Animation

Optional properties

frame_back_patch

Type: Types/SpriteVariations

frame_front_patch

Type: Types/SpriteVariations