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

Method CurrentMission

engine/Poseidon/UI/OptionsUI.cpp:1031–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029 GFileBanks.Delete(i);
1030 }
1031 else
1032 {
1033 i++;
1034 }
1035 }
1036
1037 // extract island name
1038 const char* ext = strrchr(filename, '.');
1039 if (!ext)
1040 {
1041 return "";
1042 }
1043 RString island = ext + 1;
1044
1045 // prefer mod directory PBO over base game
1046 FindMissionPboContext ctx;
1047 ctx.relPath = filename;
1048 RString openPath = filename;
1049 if (::EnumModDirectories(FindMissionPboCallback, &ctx))

Callers 3

IsIdentityDeadFunction · 0.80
EmptyDeadIdentitiesFunction · 0.80
AddDeadIdentityFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected