MCPcopy Create free account
hub / github.com/Norbyte/ositools / OnInitGame

Method OnInitGame

OsiInterface/OsirisProxy.cpp:257–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void OsirisProxy::OnInitGame(void * Osiris)
258{
259 Debug("OsirisProxy::OnInitGame()");
260#if !defined(OSI_NO_DEBUGGER)
261 if (debugger_) {
262 debugger_->GameInitHook();
263 }
264#endif
265}
266
267void OsirisProxy::OnDeleteAllData(void * Osiris, bool DeleteTypes)
268{

Callers

nothing calls this directly

Calls 2

DebugFunction · 0.85
GameInitHookMethod · 0.80

Tested by

no test coverage detected