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

Function osipf_CreateRandomSparks

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

Source from the content-addressed store, hash-verified

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);
3421}
3422
3423// disable/enable ship
3424void osipf_EnableShip(char *ship_name, bool enable) {

Callers

nothing calls this directly

Calls 1

CreateRandomSparksFunction · 0.85

Tested by

no test coverage detected