Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
bool Window_Interpreter::IsHoveringSubActionLine() const {
231
return GetIndex() == 1 && sub_actions.IsVisible();
232
}
233
234
void Window_Interpreter::DrawDescriptionLines() {
235
int i = 0;
Callers
nothing calls this directly
Calls
1
IsVisible
Method · 0.45
Tested by
no test coverage detected