MCPcopy Create free account
hub / github.com/Try/OpenGothic / setLooped

Method setLooped

game/graphics/effect.cpp:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123void Effect::setLooped(bool l) {
124 if(looped==l)
125 return;
126 looped = l;
127 if(next!=nullptr)
128 next->setLooped(l);
129 pfx.setLooped(l);
130 }
131
132void Effect::setTarget(const Npc* tg) {
133 if(next!=nullptr)

Callers 6

setVisualMethod · 0.45
setupPfxMethod · 0.45
setKeyMethod · 0.45
setMagicWeaponMethod · 0.45
setNpcEffectMethod · 0.45
implTickCommonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected