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

Function if_pretty

plugins/blueprint.cpp:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685static const char * if_pretty(const tile_context &ctx, const char *c) {
686 return ctx.pretty ? c : NULL;
687}
688
689static bool is_rectangular(const df::building *bld) {
690 const df::building::T_room &room = bld->room;

Callers 3

do_block_buildingFunction · 0.85
get_tile_placeFunction · 0.85
get_tile_zoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected