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

Function osipf_FindLevelGoalName

Descent3/osiris_predefs.cpp:3417–3417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3415int osipf_FindPathName(const char *name) { return FindGamePathName(name); }
3416
3417int osipf_FindLevelGoalName(const char *name) { return Level_goals.GoalFindId(name); }
3418
3419void osipf_CreateRandomSparks(int num_sparks, vector *pos, int roomnum, int which_index, float force_scalar) {
3420 CreateRandomSparks(num_sparks, pos, roomnum, which_index, force_scalar);

Callers 4

ConformParamNodeMethod · 0.85

Calls 1

GoalFindIdMethod · 0.80

Tested by

no test coverage detected