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

Function CreatePolyModelEffect

Descent3/TelComEffects.cpp:906–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906bool CreatePolyModelEffect(TCPOLYDESC* desc, int monitor, int screen, int id) {
907 ASSERT(desc);
908 int efxtype = -1;
909 switch (desc->type) {
910 case TC_POLY_STATIC:
911 efxtype = EFX_POLYMODEL;
912 break;
913 default:
914 Int3();
915 }
916 Int3(); // polymodel not supported yet
917 return false;
918}
919
920bool CreateSoundEffect(TCSNDDESC* desc, int monitor, int screen, int id) {
921 ASSERT(desc);

Callers 1

PBAddPolyEffectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected