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

Function GetUserDirectory

engine/Poseidon/UI/OptionsUI.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119}
120
121RString GetUserDirectory()
122{
123 std::string dir =
124 ProfileManager::GetProfileDirPath(GamePaths::Instance().UserDir(), std::string(Glob.header.playerName));
125 std::filesystem::create_directories(dir);
126 return dir.c_str();
127}
128
129RString GetUserMissionsBase()

Callers 15

SetFaceMethod · 0.85
SayMethod · 0.85
NetworkServerMethod · 0.85
OnMessageMethod · 0.85
BanMethod · 0.85
UnbanMethod · 0.85
GetUserMissionsBaseFunction · 0.85
GetUserParamsFunction · 0.85
GetSaveDirectoryFunction · 0.85
GetTmpSaveDirectoryFunction · 0.85
GetCampaignSaveDirectoryFunction · 0.85

Calls 1

GetProfileDirPathFunction · 0.85

Tested by 1

ConfigStoragePathFunction · 0.68