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

Method GoalSetName

Descent3/levelgoal.cpp:665–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665bool levelgoals::GoalSetName(int goal_index, char *name) {
666 if (goal_index < 0 || goal_index >= m_num_goals)
667 return false;
668
669 return m_goal[goal_index].SetName(goal_index, name);
670}
671
672bool levelgoals::GoalSetItemName(int goal_index, char *iname) {
673 if (goal_index < 0 || goal_index >= m_num_goals)

Callers 6

msafe_CallFunctionFunction · 0.80
osipf_LGoalValueFunction · 0.80
MultiDoWorldStatesFunction · 0.80
LoadLevelTextFunction · 0.80
LoadLevelGoalInfoMethod · 0.80

Calls 1

SetNameMethod · 0.45

Tested by

no test coverage detected