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

Method cuboid

library/include/modules/Maps.h:193–193  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

191
192 // Default constructor.
193 DFHACK_EXPORT cuboid() {}
194
195 // Construct from two corners.
196 DFHACK_EXPORT cuboid(int16_t x1, int16_t y1, int16_t z1, int16_t x2, int16_t y2, int16_t z2);

Callers

nothing calls this directly

Calls 1

cuboidClass · 0.85

Tested by

no test coverage detected