MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetItemText

Method SetItemText

src/window_varlist.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void Window_VarList::SetItemText(unsigned index, std::string_view text) {
209 if (static_cast<int>(index) < item_max) {
210 items[index] = ToString(text);
211 }
212}
213
214void Window_VarList::SetMode(Mode mode) {
215 this->mode = mode;

Callers 6

UpdateListMethod · 0.95
UpdateCommandMethod · 0.45
UpdateRangeListWindowMethod · 0.45
RefreshCommandWindowMethod · 0.45
UpdateOrderMethod · 0.45
RedoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected