MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnAmbOutside1

Method OnAmbOutside1

editor/levelkeypad.cpp:923–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921void levelkeypad::OnKillfocusAmbNGroups6() { SetAmbCharVal(5, ALI_TOTAL, IDC_AMB_N_GROUPS6); }
922
923void levelkeypad::OnAmbOutside1() {
924 CButton *bbox;
925 uint8_t x;
926
927 bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE1);
928 x = bbox->GetCheck();
929
930 a_life.SetALValue(0, ALI_FLAGS, &x);
931}
932
933void levelkeypad::OnAmbOutside2() {
934 CButton *bbox;

Callers

nothing calls this directly

Calls 1

SetALValueMethod · 0.80

Tested by

no test coverage detected