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

Method OnAmbOutside5

editor/levelkeypad.cpp:963–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void levelkeypad::OnAmbOutside5() {
964 CButton *bbox;
965 uint8_t x;
966
967 bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE5);
968 x = bbox->GetCheck();
969
970 a_life.SetALValue(4, ALI_FLAGS, &x);
971}
972
973void levelkeypad::OnAmbOutside6() {
974 CButton *bbox;

Callers

nothing calls this directly

Calls 1

SetALValueMethod · 0.80

Tested by

no test coverage detected