Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetBriefingFile
Function
GetBriefingFile
engine/Poseidon/UI/OptionsUI.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
RString(
"/"
);
199
}
200
201
RString GetBriefingFile()
202
{
203
return FindLocalizedMissionHtmlFile(GetMissionDirectory(),
"briefing"
);
204
}
205
206
void CreatePath(RString path)
Callers
4
OnChildDestroyed
Method · 0.85
CreateDebriefing
Method · 0.85
ReloadBriefingContent
Method · 0.85
OnButtonClicked
Method · 0.85
Calls
2
FindLocalizedMissionHtmlFile
Function · 0.85
GetMissionDirectory
Function · 0.85
Tested by
no test coverage detected