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

Method GetActiveSecondaryGoal

Descent3/levelgoal.cpp:1060–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060int levelgoals::GetActiveSecondaryGoal(int s_index) {
1061 if (s_index < 0 || s_index >= m_num_active_secondaries)
1062 return -1;
1063
1064 return m_active_secondaries[s_index];
1065}
1066
1067void levelgoals::DoFrame() {
1068 int i;

Callers 2

osipf_LGoalValueFunction · 0.80
TCGoalsBuildLineDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected