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

Method ClearIndex

src/window_interpreter.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void Window_Interpreter::UiSubActionLine::ClearIndex() {
375 this->index = 0;
376}
377
378Window_Interpreter::UiAction Window_Interpreter::UiSubActionLine::GetSelectedAction() const {
379 return this->actions[this->index];

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected