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

Method GoalSetDesc

Descent3/levelgoal.cpp:679–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679bool levelgoals::GoalSetDesc(int goal_index, char *desc) {
680 if (goal_index < 0 || goal_index >= m_num_goals)
681 return false;
682
683 return m_goal[goal_index].SetDesc(desc);
684}
685
686bool levelgoals::GoalSetCompletionMessage(int goal_index, char *message) {
687 if (goal_index < 0 || goal_index >= m_num_goals)

Callers 4

osipf_LGoalValueFunction · 0.80
LoadLevelTextFunction · 0.80
LoadLevelGoalInfoMethod · 0.80

Calls 1

SetDescMethod · 0.80

Tested by

no test coverage detected