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

Function priorityAt

library/include/modules/MapCache.h:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 }
549
550 int32_t priorityAt (DFCoord tilecoord)
551 {
552 Block *b = BlockAtTile(tilecoord);
553 return b ? b->priorityAt(tilecoord) : -1;
554 }
555 bool setPriorityAt (DFCoord tilecoord, int32_t priority)
556 {
557 Block *b = BlockAtTile(tilecoord);

Callers 1

setDesignationAtMethod · 0.85

Calls 2

BlockAtTileFunction · 0.85
priorityAtMethod · 0.80

Tested by

no test coverage detected