Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
void Window_Interpreter::UiSubActionLine::ClearIndex() {
375
this->index = 0;
376
}
377
378
Window_Interpreter::UiAction Window_Interpreter::UiSubActionLine::GetSelectedAction() const {
379
return this->actions[this->index];
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected