Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
22
RString ServerConfig;
23
RString GetServerConfig()
24
{
25
return ServerConfig;
26
}
27
void SetServerConfig(const RString& config)
28
{
29
ServerConfig = config;
Callers
5
NetworkServer.cpp
File · 0.85
GetMaxPlayers
Method · 0.85
OnNetworkCommand
Method · 0.85
ShouldInitializeClientVoice
Function · 0.85
CreateDedicatedServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected