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

Method GoalStatus

Descent3/levelgoal.cpp:596–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594void lgoal::ResetModified(void) { m_modified = 0; }
595
596bool levelgoals::GoalStatus(int index, char operation, int *flags, bool announce) {
597 if (index < 0 || index >= m_num_goals)
598 return false;
599
600 return m_goal[index].GetStatus(index, operation, flags, false, announce);
601}
602
603bool levelgoals::GoalPriority(int index, char operation, int *flags) {
604 if (index < 0 || index >= m_num_goals)

Callers 15

make_goal_dialog_textFunction · 0.80
UpdateDialogMethod · 0.80
DoGoalFlagToggleMethod · 0.80
OnLgActivateRadioMethod · 0.80
OnLgEnterRadioMethod · 0.80
OnLgDestroyedRadioMethod · 0.80
OnLgPpwCollideRadioMethod · 0.80
OnLgLcRadioMethod · 0.80
OnLgDallasRadioMethod · 0.80
msafe_CallFunctionFunction · 0.80
osipf_LGoalValueFunction · 0.80
MultiDoWorldStatesFunction · 0.80

Calls 1

GetStatusMethod · 0.45

Tested by

no test coverage detected