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

Method GetSelectedStackFrameLine

src/window_interpreter.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293int Window_Interpreter::GetSelectedStackFrameLine() const {
294 if (GetIndex() < lines_without_stack) {
295 return -1;
296 }
297 return state.stack.size() - (GetIndex() - lines_without_stack) - 1;
298}
299
300bool Window_Interpreter::UiSubActionLine::IsVisible() const {
301 for (auto v : this->visibility_delegates) {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected