| 3417 | int osipf_FindLevelGoalName(const char *name) { return Level_goals.GoalFindId(name); } |
| 3418 | |
| 3419 | void 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 |
| 3424 | void osipf_EnableShip(char *ship_name, bool enable) { |
nothing calls this directly
no test coverage detected