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

Method OnKillfocusLevelGoalCompletionEdit

editor/levelkeypad.cpp:983–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983void levelkeypad::OnKillfocusLevelGoalCompletionEdit() {
984 char str[2560];
985
986 ((CEdit *)GetDlgItem(IDC_LEVEL_GOAL_COMPLETION_EDIT))->GetWindowText(str, 2559);
987 Level_goals.GoalSetCompletionMessage(m_current_goal, str);
988
989 UpdateDialog();
990}
991
992void levelkeypad::OnLgActivateRadio() {
993 int flags = LGF_COMP_MASK;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected