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

Method ClearEffects

Descent3/mmItem.cpp:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174void mmItem::AddEffect(tmmItemFX fx) { m_fxqueue.send(fx); }
175
176void mmItem::ClearEffects() { m_fxqueue.flush(); }
177
178// override: called when resized or before drawing.
179void mmItem::OnFormat() {

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected