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

Method GoalGetCompletionMessage

Descent3/levelgoal.cpp:700–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700int levelgoals::GoalGetCompletionMessage(int goal_index, char *message, int buffer_size) {
701 if (goal_index < 0 || goal_index >= m_num_goals)
702 return -1;
703
704 return m_goal[goal_index].GetCompletionMessage(message, buffer_size);
705}
706
707int levelgoals::GoalGetItemName(int goal_index, char *iname, int buffer_size) {
708 if (goal_index < 0 || goal_index >= m_num_goals)

Callers 3

UpdateDialogMethod · 0.80
osipf_LGoalValueFunction · 0.80
SaveLevelGoalInfoMethod · 0.80

Calls 1

GetCompletionMessageMethod · 0.80

Tested by

no test coverage detected