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

Method getCLASS_ID

ogsr_engine/xrGame/game_base.cpp:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151CLASS_ID game_GameState::getCLASS_ID(LPCSTR, bool isServer) { return isServer ? TEXT2CLSID("SV_SINGL") : TEXT2CLSID("CL_SINGL"); }
152
153void game_GameState::switch_Phase(u32 new_phase)
154{

Callers

nothing calls this directly

Calls 1

TEXT2CLSIDFunction · 0.85

Tested by

no test coverage detected