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

Method SetGameCode

Source/Client/NM_Engine/Data.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return m_iGameCode;
154}
155void CData::SetGameCode(int iCode)
156{
157 m_iGameCode = iCode;
158}
159
160HMODULE CData::GetPythonHandle()
161{

Callers 1

ProcessClientMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected