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

Method OnAmbOutside6

editor/levelkeypad.cpp:973–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973void levelkeypad::OnAmbOutside6() {
974 CButton *bbox;
975 uint8_t x;
976
977 bbox = (CButton *)GetDlgItem(IDC_AMB_OUTSIDE6);
978 x = bbox->GetCheck();
979
980 a_life.SetALValue(5, ALI_FLAGS, &x);
981}
982
983void levelkeypad::OnKillfocusLevelGoalCompletionEdit() {
984 char str[2560];

Callers

nothing calls this directly

Calls 1

SetALValueMethod · 0.80

Tested by

no test coverage detected