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

Method MTB_clean

library/modules/Gui.cpp:2277–2284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2275}
2276
2277void Gui::MTB_clean(df::markup_text_boxst *mtb)
2278{ // Reverse-engineered from "markup_text_boxst::clean" FUN_140056f60 (v50.11 win64 Steam)
2279 mtb->word.clear();
2280 mtb->link.clear();
2281 mtb->current_width = -1;
2282 mtb->max_y = 0;
2283 mtb->environment = NULL;
2284}
2285
2286static bool insert_markup_text_wordst(vector<df::markup_text_wordst *> &vec, string &str, int32_t link_index, int32_t color)
2287{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected