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

Function paintScreenDepotAccess

plugins/pathable.cpp:435–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435static void paintScreenDepotAccess() {
436 PaintCtx ctx;
437 paint_screen(ctx, entry_tiles, false, [&](const df::coord & pos){
438 return wagon_path.contains(pos);
439 });
440}
441
442DFHACK_PLUGIN_LUA_FUNCTIONS {
443 DFHACK_LUA_FUNCTION(paintScreenPathable),

Callers

nothing calls this directly

Calls 2

paint_screenFunction · 0.85
containsMethod · 0.80

Tested by

no test coverage detected