Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Start
Method
Start
ogsr_engine/xrGame/GamePersistent.cpp:156–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void CGamePersistent::Start(LPCSTR op)
157
{
158
__super::Start(op);
159
m_intro_event.bind(this, &CGamePersistent::start_game_intro);
160
}
161
162
void CGamePersistent::Disconnect()
163
{
Callers
2
start_logo_intro
Method · 0.45
start_game_intro
Method · 0.45
Calls
2
Start
Function · 0.85
bind
Method · 0.45
Tested by
no test coverage detected