Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
155
void CData::SetGameCode(int iCode)
156
{
157
m_iGameCode = iCode;
158
}
159
160
HMODULE CData::GetPythonHandle()
161
{
Callers
1
ProcessClientMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected