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

Function GetMissionDirectory

engine/Poseidon/UI/OptionsUI.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 return BaseDirectory + BaseSubdirectory;
193}
194
195RString GetMissionDirectory()
196{
197 return GetMissionsDirectory() + RString(Glob.header.filename) + RString(".") + RString(Glob.header.worldname) +
198 RString("/");
199}
200
201RString GetBriefingFile()

Callers 15

SimulateMethod · 0.85
InitMissionMethod · 0.85
PreloadMissionAudioMethod · 0.85
OnSimulateMethod · 0.85
InitMethod · 0.85
DisplayCampaignIntroMethod · 0.85
RunInitScriptFunction · 0.85
RunMissionScriptFunction · 0.85
GetBriefingFileFunction · 0.85
FindEnvSoundFunction · 0.85
FindSFXFunction · 0.85

Calls 2

GetMissionsDirectoryFunction · 0.85
RStringClass · 0.50

Tested by

no test coverage detected