tile ![code/game/objects/items/stacks/tiles/tile_types.dm 1](git.png)
Vars | |
mineralType | Determines certain welder interactions. //included - tile floofing |
---|---|
tile_reskin_types | Cached associative lazy list to hold the radial options for tile reskinning. See tile_reskinning.dm for more information. Pattern: list[type] -> image |
turf_type | What type of turf does this tile produce. //included - tile floofing |
Procs | |
tile_reskin_list | Caches associative lists with type path index keys and images of said type's initial icon state (typepath -> image). |
Var Details
mineralType ![code/game/objects/items/stacks/tiles/tile_types.dm 16](git.png)
Determines certain welder interactions. //included - tile floofing
tile_reskin_types ![modular_sand/code/game/objects/items/stacks/tiles/tile_wooden.dm 1](git.png)
Cached associative lazy list to hold the radial options for tile reskinning. See tile_reskinning.dm for more information. Pattern: list[type] -> image
turf_type ![code/game/objects/items/stacks/tiles/tile_types.dm 14](git.png)
What type of turf does this tile produce. //included - tile floofing
Proc Details
tile_reskin_list
Caches associative lists with type path index keys and images of said type's initial icon state (typepath -> image).