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

Function PBAddPolyEffect

Descent3/Briefing.cpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void PBAddPolyEffect(TCPOLYDESC* desc, char *description) {
489 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen)
490 CreatePolyModelEffect(desc, MONITOR_MAIN, current_screen);
491}
492
493void PBAddSoundEffect(TCSNDDESC* desc, char *description) {
494 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen)

Callers

nothing calls this directly

Calls 2

IsMissionMaskOKFunction · 0.85
CreatePolyModelEffectFunction · 0.85

Tested by

no test coverage detected