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

Function do_block_building

plugins/blueprint.cpp:706–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706static const char * do_block_building(const tile_context &ctx, const char *s,
707 bool at_target_pos,
708 bool *add_size = NULL) {
709 if(!at_target_pos) {
710 return if_pretty(ctx, "`");
711 }
712 if (add_size)
713 *add_size = true;
714 return s;
715}
716
717static const char * do_extent_building(const tile_context &ctx, const char *s,
718 bool at_target_pos,

Callers 2

do_extent_buildingFunction · 0.85
get_build_keysFunction · 0.85

Calls 1

if_prettyFunction · 0.85

Tested by

no test coverage detected