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

Method OnLgPpwCollideRadio

editor/levelkeypad.cpp:1016–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016void levelkeypad::OnLgPpwCollideRadio() {
1017 int flags = LGF_COMP_MASK;
1018 Level_goals.GoalStatus(m_current_goal, LO_CLEAR_SPECIFIED, &flags, true);
1019
1020 flags = LGF_COMP_PLAYER_WEAPON;
1021 Level_goals.GoalStatus(m_current_goal, LO_SET_SPECIFIED, &flags, true);
1022}
1023
1024void levelkeypad::OnLgLcRadio() {
1025 int flags = LGF_COMP_MASK;

Callers

nothing calls this directly

Calls 1

GoalStatusMethod · 0.80

Tested by

no test coverage detected