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

Method max_z

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

Source from the content-addressed store, hash-verified

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;
390 BlockGrid<GeoBlock*> blocks;

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