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

Method OnLgEnterRadio

editor/levelkeypad.cpp:1000–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000void levelkeypad::OnLgEnterRadio() {
1001 int flags = LGF_COMP_MASK;
1002 Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true);
1003
1004 flags = LGF_COMP_ENTER;
1005 Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true);
1006}
1007
1008void levelkeypad::OnLgDestroyedRadio() {
1009 int flags = LGF_COMP_MASK;

Callers

nothing calls this directly

Calls 1

GoalStatusMethod · 0.80

Tested by

no test coverage detected