MCPcopy 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
156void CGamePersistent::Start(LPCSTR op)
157{
158 __super::Start(op);
159 m_intro_event.bind(this, &CGamePersistent::start_game_intro);
160}
161
162void CGamePersistent::Disconnect()
163{

Callers 2

start_logo_introMethod · 0.45
start_game_introMethod · 0.45

Calls 2

StartFunction · 0.85
bindMethod · 0.45

Tested by

no test coverage detected