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

Method get_size

plugins/fix-occupancy.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 size_t get_size() const {
61 return size;
62 }
63
64 df::tile_occupancy * occ(int32_t x, int32_t y, int32_t z) {
65 size_t off = get_offset(x, y, z);

Callers 1

fix_mapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected