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

Function GetTmpSaveDirectory

engine/Poseidon/UI/OptionsUI.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 return dir;
239}
240
241RString GetTmpSaveDirectory()
242{
243 RString dir = GetUserDirectory() + RString("Saved/Tmp/");
244 CreatePath(dir);
245 return dir;
246}
247
248RString GetCampaignSaveDirectory(RString campaign)

Callers 11

SimulateMethod · 0.85
LoadCampaignsMethod · 0.85
OnCreateCtrlMethod · 0.85
StartCampaignFunction · 0.85
OnChildDestroyedMethod · 0.85
AddMissionFunction · 0.85
PlayAwardFunction · 0.85
NextMissionFunction · 0.85
TriSaveGameFunction · 0.85
TriLoadGameFunction · 0.85

Calls 3

GetUserDirectoryFunction · 0.85
CreatePathFunction · 0.85
RStringClass · 0.50

Tested by 2

TriSaveGameFunction · 0.68
TriLoadGameFunction · 0.68