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

Function PBAddSoundEffect

Descent3/Briefing.cpp:493–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void PBAddSoundEffect(TCSNDDESC* desc, char *description) {
494 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen)
495 CreateSoundEffect(desc, MONITOR_MAIN, current_screen);
496}
497
498void PBAddButtonEffect(TCBUTTONDESC* desc, char *description, int id) {
499 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen) {

Callers

nothing calls this directly

Calls 2

IsMissionMaskOKFunction · 0.85
CreateSoundEffectFunction · 0.85

Tested by

no test coverage detected