/tg/ Station 13 - Modules - TypesVar Details - Proc Details

tile_info

stores the name, type, icon & cost for each tile type

Vars

costrcd units to consume for this tile creation
icon_css_classCSS selector for the icon in TGUI
icon_fileicon file used by the turf
icon_stateicon_state for this tile to display for ui
namename of this tile design for ui
tile_directions_textdirections this tile can be placed on the turf
tile_typepath to create this tile type
turf_typepath for the turf

Procs

Newdecompress a single tile design list element from GLOB.floor_designs into its individual variables
fill_ui_datafill all information to be sent to the UI
new_tileconvinience 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