Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsRunning
Function
IsRunning
engine/engine/src/engine.cpp:2271–2275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2269
}
2270
2271
static int IsRunning(void* context)
2272
{
2273
HEngine engine = (HEngine)context;
2274
return engine->m_Alive;
2275
}
2276
2277
static void Reboot(HEngine engine, dmSystemDDF::Reboot* reboot)
2278
{
Callers
1
dmEngineUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected