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

Method OnLgActivateRadio

editor/levelkeypad.cpp:992–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992void levelkeypad::OnLgActivateRadio() {
993 int flags = LGF_COMP_MASK;
994 Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true);
995
996 flags = LGF_COMP_ACTIVATE;
997 Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true);
998}
999
1000void levelkeypad::OnLgEnterRadio() {
1001 int flags = LGF_COMP_MASK;

Callers

nothing calls this directly

Calls 1

GoalStatusMethod · 0.80

Tested by

no test coverage detected