MCPcopy Create free account
hub / github.com/DFHack/dfhack / clear

Method clear

plugins/tiletypes.cpp:252–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void clear()
253 {
254 shape = tiletype_shape::NONE;
255 material = tiletype_material::NONE;
256 special = tiletype_special::NONE;
257 variant = tiletype_variant::NONE;
258 dig = -1;
259 hidden = -1;
260 light = -1;
261 subterranean = -1;
262 skyview = -1;
263 aquifer = -1;
264 autocorrect = 0;
265 stone_material = -1;
266 vein_type = inclusion_type::CLUSTER;
267 }
268
269 bool empty()
270 {

Callers 15

df_liquidsFunction · 0.45
get_depot_coordsFunction · 0.45
digFloodFunction · 0.45
initializeMethod · 0.45
find_plantable_plantsMethod · 0.45
processMethod · 0.45
get_next_cellFunction · 0.45
merge_intoMethod · 0.45
estimate_undergroundFunction · 0.45
df_autodump_destroy_itemFunction · 0.45

Calls

no outgoing calls

Tested by 3

estimate_undergroundFunction · 0.36
resetMethod · 0.36
resetMethod · 0.36