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

Method getSize

library/modules/Maps.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 z = world->map.z_count_block;
270}
271void Maps::getSize (int32_t &x, int32_t &y, int32_t &z)
272{
273 getSizeInline(x, y, z);
274}
275void Maps::getSize (uint32_t &x, uint32_t &y, uint32_t &z) //todo: deprecate me
276{
277 int32_t sx, sy, sz;

Callers 3

is_type_compatibleMethod · 0.45
meta_sizeofFunction · 0.45
df_tilesFunction · 0.45

Calls 1

getSizeInlineFunction · 0.85

Tested by

no test coverage detected