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

Function VisEffectMoveAll

Descent3/viseffect.cpp:2181–2188  ·  view source on GitHub ↗

Moves our visuals

Source from the content-addressed store, hash-verified

2179
2180// Moves our visuals
2181void VisEffectMoveAll() {
2182 int i;
2183
2184 for (i = 0; i <= Highest_vis_effect_index; i++) {
2185 if (VisEffects[i].type != VIS_NONE)
2186 VisEffectMoveOne(&VisEffects[i]);
2187 }
2188}
2189
2190/*
2191// Attaches viseffects that move with an object

Callers 1

ObjDoFrameAllFunction · 0.85

Calls 1

VisEffectMoveOneFunction · 0.85

Tested by

no test coverage detected