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

Method getTileSize

library/modules/Maps.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 y *= 16;
290}
291void Maps::getTileSize (int32_t &x, int32_t &y, int32_t &z)
292{
293 getTileSizeInline(x, y, z);
294}
295void Maps::getTileSize (uint32_t &x, uint32_t &y, uint32_t &z) //todo: deprecate me
296{
297 int32_t sx, sy, sz;

Callers

nothing calls this directly

Calls 1

getTileSizeInlineFunction · 0.85

Tested by

no test coverage detected