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

Function get_water_wheel_str

plugins/blueprint.cpp:877–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877static const char * get_water_wheel_str(df::building *b) {
878 df::building_water_wheelst *ww =
879 virtual_cast<df::building_water_wheelst>(b);
880 if (!ww)
881 return "~";
882
883 return ww->is_vertical ? "Mw" : "Mws";
884}
885
886static const char * get_axle_str(df::building *b) {
887 df::building_axle_horizontalst *ah =

Callers 1

get_build_keysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected