MCPcopy 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
32RString PidFileName;
33RString GetPidFileName()
34{
35 return PidFileName;
36}
37void SetPidFileName(const RString& filename)
38{
39 PidFileName = filename;

Callers 3

setupPortBitMaskFunction · 0.85
CreateDedicatedServerFunction · 0.85
DDTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected