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

Method OnSelendokLevelgoaltriggerCombo

editor/levelkeypad.cpp:1054–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054void levelkeypad::OnSelendokLevelgoaltriggerCombo() {
1055 int handle = m_trigger_combo.GetSelected();
1056
1057 Level_goals.GoalItemInfo(m_current_goal, m_current_item, LO_SET_SPECIFIED, NULL, &handle, NULL);
1058 UpdateDialog();
1059}
1060/*
1061void levelkeypad::OnKillfocusLevelGoalListEdit()
1062{

Callers

nothing calls this directly

Calls 2

GoalItemInfoMethod · 0.80
GetSelectedMethod · 0.45

Tested by

no test coverage detected