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

Method removeParticleDef

radiantcore/particles/ParticlesManager.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ParticlesManager::removeParticleDef(const std::string& name)
87{
88 GlobalDeclarationManager().removeDeclaration(decl::Type::Particle, name);
89}
90
91const std::string& ParticlesManager::getName() const
92{

Callers 1

releaseEditParticleMethod · 0.80

Calls 1

removeDeclarationMethod · 0.45

Tested by

no test coverage detected