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

Function PBAddBmpEffect

Descent3/Briefing.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void PBAddBmpEffect(TCBMPDESC* desc, char *description) {
473 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen)
474 CreateBitmapEffect(desc, MONITOR_MAIN, current_screen);
475}
476
477void PBAddMovieEffect(TCMOVIEDESC* desc, char *description) {
478 if (IsMissionMaskOK(desc->mission_mask_set, desc->mission_mask_unset) && ok_to_parse_screen)

Callers

nothing calls this directly

Calls 2

IsMissionMaskOKFunction · 0.85
CreateBitmapEffectFunction · 0.85

Tested by

no test coverage detected