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

Method IsHoveringSubActionLine

src/window_interpreter.cpp:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230bool Window_Interpreter::IsHoveringSubActionLine() const {
231 return GetIndex() == 1 && sub_actions.IsVisible();
232}
233
234void Window_Interpreter::DrawDescriptionLines() {
235 int i = 0;

Callers

nothing calls this directly

Calls 1

IsVisibleMethod · 0.45

Tested by

no test coverage detected