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

Function GetServerTmpDir

engine/Poseidon/Network/Network.cpp:108–111  ·  view source on GitHub ↗

Return temporary directory for Network server

Source from the content-addressed store, hash-verified

106RString ServerTmpDir;
107// Return temporary directory for Network server
108RString GetServerTmpDir()
109{
110 return ServerTmpDir;
111}
112
113unsigned int CalculateConfigCRC(const char* path);
114#include <Poseidon/Network/IntegrityCheck.hpp>

Callers 12

NetworkServerMethod · 0.85
DoneMethod · 0.85
DoProcessXMLMethod · 0.85
TransferFaceMethod · 0.85
TransferCustomRadioMethod · 0.85
CheckValidUploadFunction · 0.85
GetRelUploadPathFunction · 0.85
OnMessageMethod · 0.85
CreateIdentityMethod · 0.85
CheckValidUploadFunction · 0.85
GetRelUploadPathFunction · 0.85
InitMissionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected