| 433 | } |
| 434 | |
| 435 | static 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 | |
| 442 | DFHACK_PLUGIN_LUA_FUNCTIONS { |
| 443 | DFHACK_LUA_FUNCTION(paintScreenPathable), |
nothing calls this directly
no test coverage detected