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

Function get_constructed_ramp_str

plugins/blueprint.cpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652static const char * get_constructed_ramp_str(df::tiletype *tt) {
653 if (tileSpecial(*tt) != df::tiletype_special::TRACK)
654 return "Cr";
655 return get_constructed_track_str(tt, "trackramp");
656}
657
658static const char * get_tile_construct(color_ostream &out, const df::coord &pos, const tile_context &ctx) {
659 if (ctx.b && ctx.b->getType() == building_type::Construction)

Callers 1

get_tile_constructFunction · 0.85

Calls 2

tileSpecialFunction · 0.85

Tested by

no test coverage detected