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

Method GoalSetCompletionMessage

Descent3/levelgoal.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686bool levelgoals::GoalSetCompletionMessage(int goal_index, char *message) {
687 if (goal_index < 0 || goal_index >= m_num_goals)
688 return false;
689
690 return m_goal[goal_index].SetCompletionMessage(message);
691}
692
693int levelgoals::GoalGetName(int goal_index, char *name, int buffer_size) {
694 if (goal_index < 0 || goal_index >= m_num_goals)

Callers 3

osipf_LGoalValueFunction · 0.80
LoadLevelGoalInfoMethod · 0.80

Calls 1

SetCompletionMessageMethod · 0.80

Tested by

no test coverage detected