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

Function IsCreditsConfigured

engine/Poseidon/UI/OptionsUIImpl.cpp:1935–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933 {
1934 Exit(_exitWhenClose);
1935 return;
1936 }
1937 show = book->GetPhase() > 0.75;
1938 }
1939 IControl* ctrl = GetCtrl(IDC_REVERT_TITLE);
1940 if (ctrl)
1941 {
1942 ctrl->ShowCtrl(show);
1943 }
1944 ctrl = GetCtrl(IDC_REVERT_QUESTION);
1945 if (ctrl)
1946 {
1947 ctrl->ShowCtrl(show);
1948 }
1949
1950 Display::OnSimulate(vehicle);

Callers 2

PlayCreditsCutsceneFunction · 0.85
OnButtonClickedMethod · 0.85

Calls 2

FindEntryMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected