MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / clear

Method clear

radiantcore/particles/ParticleDef.h:53–57  ·  view source on GitHub ↗

Clears stage and depth hack information Name and observers are NOT cleared

Source from the content-addressed store, hash-verified

51 // Clears stage and depth hack information
52 // Name and observers are NOT cleared
53 void clear()
54 {
55 _depthHack = false;
56 _stages.clear();
57 }
58
59 // IParticleDef implementation
60 sigc::signal<void>& signal_changed() override;

Callers 6

updateMethod · 0.45
clearRenderablesMethod · 0.45
setupStagesMethod · 0.45
copyFromMethod · 0.45
resetMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected