Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ isActive
Function
isActive
src/OpenLoco/src/Intro.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
static State _state; // 0x0050C195
20
21
bool isActive()
22
{
23
return state() != State::none;
24
}
25
26
State state()
27
{
Callers
7
render
Function · 0.85
handleInput
Function · 0.85
tick
Function · 0.85
onMouseUp
Function · 0.85
onMouseUp
Function · 0.85
onMouseUp
Function · 0.85
normalKey
Function · 0.85
Calls
1
state
Function · 0.70
Tested by
no test coverage detected