Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
RString GetTmpSaveDirectory()
242
{
243
RString dir = GetUserDirectory() + RString(
"Saved/Tmp/"
);
244
CreatePath(dir);
245
return dir;
246
}
247
248
RString GetCampaignSaveDirectory(RString campaign)
Callers
11
Simulate
Method · 0.85
LoadCampaigns
Method · 0.85
SaveCampaignHistoryToDisk
Function · 0.85
OnCreateCtrl
Method · 0.85
StartCampaign
Function · 0.85
OnChildDestroyed
Method · 0.85
AddMission
Function · 0.85
PlayAward
Function · 0.85
NextMission
Function · 0.85
TriSaveGame
Function · 0.85
TriLoadGame
Function · 0.85
Calls
3
GetUserDirectory
Function · 0.85
CreatePath
Function · 0.85
RString
Class · 0.50
Tested by
2
TriSaveGame
Function · 0.68
TriLoadGame
Function · 0.68