Prototype/UndergroundBelt: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(0.17) |
||
Line 13: | Line 13: | ||
'''Type''': [[Types/table]] | '''Type''': [[Types/table]] | ||
Table with the following | Table with the following members: | ||
* direction_in - [[Types/Sprite4Way]] | * direction_in - [[Types/Sprite4Way]] - Mandatory. | ||
* direction_out - [[Types/Sprite4Way]] | * direction_out - [[Types/Sprite4Way]] - Mandatory. | ||
* back_patch - [[Types/Sprite4Way]] - Optional. | |||
* front_patch - [[Types/Sprite4Way]] - Optional. | |||
* direction_in_side_loading - [[Types/Sprite4Way]] - Optional. | |||
* direction_out_side_loading - [[Types/Sprite4Way]] - Optional. | |||
=== underground_sprite === | === underground_sprite === | ||
'''Type''': [[Types/Sprite]] | |||
=== underground_remove_belts_sprite === | |||
'''Type''': [[Types/Sprite]] | '''Type''': [[Types/Sprite]] |
Revision as of 18:55, 11 April 2019
Basics
Prototype type: underground-belt
Extends Prototype/TransportBeltConnectable.
Mandatory properties
This prototype inherits all the properties from Prototype/TransportBeltConnectable.
max_distance
Type: Types/uint8
structure
Type: Types/table
Table with the following members:
- direction_in - Types/Sprite4Way - Mandatory.
- direction_out - Types/Sprite4Way - Mandatory.
- back_patch - Types/Sprite4Way - Optional.
- front_patch - Types/Sprite4Way - Optional.
- direction_in_side_loading - Types/Sprite4Way - Optional.
- direction_out_side_loading - Types/Sprite4Way - Optional.
underground_sprite
Type: Types/Sprite
underground_remove_belts_sprite
Type: Types/Sprite