MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / IsMainMenuActive

Function IsMainMenuActive

ogsr_engine/xr_3da/IGame_Persistent.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13ENGINE_API IGame_Persistent* g_pGamePersistent = NULL;
14
15ENGINE_API bool IsMainMenuActive() { return g_pGamePersistent && g_pGamePersistent->m_pMainMenu && g_pGamePersistent->m_pMainMenu->IsActive(); }
16
17ENGINE_API BOOL g_prefetch{TRUE};
18

Callers 5

ExecuteMethod · 0.85
ApplyDeviceMethod · 0.85
OnFrameMethod · 0.85
EndMethod · 0.85
DispatchRenderMethod · 0.85

Calls 1

IsActiveMethod · 0.45

Tested by

no test coverage detected