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

Function GetUserParams

engine/Poseidon/UI/OptionsUI.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return GamePaths::Instance().UserContentDir().c_str();
141}
142
143RString GetUserParams()
144{
145 return GetUserDirectory() + RString("UserInfo.cfg");
146}
147
148RString GetCampaignDirectory(RString campaign)

Callers 15

LoadConfigMethod · 0.85
SaveConfigMethod · 0.85
SaveConfigMethod · 0.85
LoadConfigMethod · 0.85
OnMessageMethod · 0.85
LoadParamsMethod · 0.85
SaveParamsMethod · 0.85
OnButtonClickedMethod · 0.85
OnChildDestroyedMethod · 0.85
LoadParamsMethod · 0.85
SaveParamsMethod · 0.85
OnCreateCtrlMethod · 0.85

Calls 2

GetUserDirectoryFunction · 0.85
RStringClass · 0.50

Tested by

no test coverage detected