Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
RString GetUserParams()
144
{
145
return GetUserDirectory() + RString(
"UserInfo.cfg"
);
146
}
147
148
RString GetCampaignDirectory(RString campaign)
Callers
15
LoadConfig
Method · 0.85
SaveConfig
Method · 0.85
SaveConfig
Method · 0.85
LoadConfig
Method · 0.85
OnMessage
Method · 0.85
LoadParams
Method · 0.85
SaveParams
Method · 0.85
OnButtonClicked
Method · 0.85
OnChildDestroyed
Method · 0.85
LoadParams
Method · 0.85
SaveParams
Method · 0.85
OnCreateCtrl
Method · 0.85
Calls
2
GetUserDirectory
Function · 0.85
RString
Class · 0.50
Tested by
no test coverage detected