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

Method min_z

plugins/3dveins.cpp:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 df::coord world_pos;
385
386 int min_z() { return world_pos.z - z_bias; }
387 int max_z() { return world_pos.z + thickness - 1; }
388
389 df::coord2d size;

Callers 5

linkMethod · 0.80
place_orphanMethod · 0.80
GetBlockListFunction · 0.80
GetPlantListFunction · 0.80
GetUnitListInsideFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected