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

Method OnKillfocusLevelGoalDescEdit

editor/levelkeypad.cpp:622–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void levelkeypad::OnKillfocusLevelGoalDescEdit() {
623 char str[2560];
624
625 ((CEdit *)GetDlgItem(IDC_LEVEL_GOAL_DESC_EDIT))->GetWindowText(str, 2559);
626 Level_goals.GoalSetDesc(m_current_goal, str);
627
628 UpdateDialog();
629}
630
631void levelkeypad::OnLevelGoalNewItemButton() {
632 int item;

Callers

nothing calls this directly

Calls 1

GoalSetDescMethod · 0.80

Tested by

no test coverage detected