Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetRankingLog
Function
GetRankingLog
engine/Poseidon/Core/Server/ServerLoop.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
RString RankingLog;
43
RString GetRankingLog()
44
{
45
return RankingLog;
46
}
47
void SetRankingLog(const RString& log)
48
{
49
RankingLog = log;
Callers
1
SetGameState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected