Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetPidFileName
Function
GetPidFileName
engine/Poseidon/Core/Server/ServerLoop.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
RString PidFileName;
33
RString GetPidFileName()
34
{
35
return PidFileName;
36
}
37
void SetPidFileName(const RString& filename)
38
{
39
PidFileName = filename;
Callers
3
setupPortBitMask
Function · 0.85
CreateDedicatedServer
Function · 0.85
DDTerm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected