MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetServerConfig

Function GetServerConfig

engine/Poseidon/Core/Server/ServerLoop.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22RString ServerConfig;
23RString GetServerConfig()
24{
25 return ServerConfig;
26}
27void SetServerConfig(const RString& config)
28{
29 ServerConfig = config;

Callers 5

NetworkServer.cppFile · 0.85
GetMaxPlayersMethod · 0.85
OnNetworkCommandMethod · 0.85
CreateDedicatedServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected