MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetGameCode

Method GetGameCode

Source/Client/NM_Engine/Data.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151int CData::GetGameCode()
152{
153 return m_iGameCode;
154}
155void CData::SetGameCode(int iCode)
156{
157 m_iGameCode = iCode;

Callers 4

OnGameTickMethod · 0.80
ProcessClientMessageMethod · 0.80
OnClientInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected