Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void mmItem::AddEffect(tmmItemFX fx) { m_fxqueue.send(fx); }
175
176
void mmItem::ClearEffects() { m_fxqueue.flush(); }
177
178
// override: called when resized or before drawing.
179
void mmItem::OnFormat() {
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected