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

Method OnChildDestroyed

engine/Poseidon/UI/OptionsUIImpl.cpp:901–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void DisplayCampaignLoad::OnChildDestroyed(int idd, int exit)
902{
903 Display::OnChildDestroyed(idd, exit);
904
905 if (idd == IDD_REVERT && exit == IDC_OK)
906 {
907 Exit(IDC_OK);
908 }
909}
910
911void DisplayCampaignLoad::OnCtrlClosed(int idc)
912{

Callers

nothing calls this directly

Calls 3

ShowCinemaBorderFunction · 0.85
StartRandomCutsceneFunction · 0.85
DestroyMapMethod · 0.80

Tested by

no test coverage detected