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

Function get_constructed_floor_str

plugins/blueprint.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646static const char * get_constructed_floor_str(df::tiletype *tt) {
647 if (tileSpecial(*tt) != df::tiletype_special::TRACK)
648 return "Cf";
649 return get_constructed_track_str(tt, "track");
650}
651
652static const char * get_constructed_ramp_str(df::tiletype *tt) {
653 if (tileSpecial(*tt) != df::tiletype_special::TRACK)

Callers 1

get_tile_constructFunction · 0.85

Calls 2

tileSpecialFunction · 0.85

Tested by

no test coverage detected