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

Function setPriorityAt

library/include/modules/MapCache.h:555–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 return b ? b->priorityAt(tilecoord) : -1;
554 }
555 bool setPriorityAt (DFCoord tilecoord, int32_t priority)
556 {
557 Block *b = BlockAtTile(tilecoord);
558 return b ? b->setPriorityAt(tilecoord, priority) : false;
559 }
560
561 df::tile_occupancy occupancyAt (DFCoord tilecoord)
562 {

Callers 1

setDesignationAtMethod · 0.85

Calls 2

BlockAtTileFunction · 0.85
setPriorityAtMethod · 0.80

Tested by

no test coverage detected