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

Method OnKillfocusLevelGoalNameEdit

editor/levelkeypad.cpp:604–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604void levelkeypad::OnKillfocusLevelGoalNameEdit() {
605 char str[256];
606
607 ((CEdit *)GetDlgItem(IDC_LEVEL_GOAL_NAME_EDIT))->GetWindowText(str, 255);
608 Level_goals.GoalSetName(m_current_goal, str);
609
610 UpdateDialog();
611}
612
613void levelkeypad::OnKillfocusLevelGoalLocNameEdit() {
614 char str[256];

Callers

nothing calls this directly

Calls 1

GoalSetNameMethod · 0.80

Tested by

no test coverage detected