Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
int CData::GetGameCode()
152
{
153
return m_iGameCode;
154
}
155
void CData::SetGameCode(int iCode)
156
{
157
m_iGameCode = iCode;
Callers
4
OnGameTick
Method · 0.80
ProcessClientMessage
Method · 0.80
OnClientInit
Method · 0.80
RecvEncryptionReadyNotification
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected