MCPcopy 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
42RString RankingLog;
43RString GetRankingLog()
44{
45 return RankingLog;
46}
47void SetRankingLog(const RString& log)
48{
49 RankingLog = log;

Callers 1

SetGameStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected