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

Method OnSelendokLevelgoalobjectCombo

editor/levelkeypad.cpp:1047–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1045}
1046
1047void levelkeypad::OnSelendokLevelgoalobjectCombo() {
1048 int handle = m_object_combo.GetSelected();
1049
1050 Level_goals.GoalItemInfo(m_current_goal, m_current_item, LO_SET_SPECIFIED, NULL, &handle, NULL);
1051 UpdateDialog();
1052}
1053
1054void levelkeypad::OnSelendokLevelgoaltriggerCombo() {
1055 int handle = m_trigger_combo.GetSelected();

Callers

nothing calls this directly

Calls 2

GoalItemInfoMethod · 0.80
GetSelectedMethod · 0.45

Tested by

no test coverage detected