tile_info 
stores the name, type, icon & cost for each tile type
Vars | |
cost | rcd units to consume for this tile creation |
---|---|
icon_css_class | CSS selector for the icon in TGUI |
icon_file | icon file used by the turf |
icon_state | icon_state for this tile to display for ui |
name | name of this tile design for ui |
tile_directions_text | directions this tile can be placed on the turf |
tile_type | path to create this tile type |
turf_type | path for the turf |
Procs | |
New | decompress a single tile design list element from GLOB.floor_designs into its individual variables |
fill_ui_data | fill all information to be sent to the UI |
new_tile | convinience proc to quickly convert the tile design into an physical tile to lay on the plating |
Var Details
cost 
rcd units to consume for this tile creation
icon_css_class 
CSS selector for the icon in TGUI
icon_file 
icon file used by the turf
icon_state 
icon_state for this tile to display for ui
name 
name of this tile design for ui
tile_directions_text 
directions this tile can be placed on the turf
tile_type 
path to create this tile type
turf_type 
path for the turf
Proc Details
New
decompress a single tile design list element from GLOB.floor_designs into its individual variables
fill_ui_data
fill all information to be sent to the UI
new_tile
convinience proc to quickly convert the tile design into an physical tile to lay on the plating