MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / burstParticleEmitter

Method burstParticleEmitter

source/game/StarNetworkedAnimator.cpp:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void NetworkedAnimator::burstParticleEmitter(String const& emitterName) {
517 m_particleEmitters.get(emitterName).burstEvent.trigger();
518}
519
520bool NetworkedAnimator::hasLight(String const& lightName) const {
521 return m_lights.contains(lightName);

Callers 3

updateMethod · 0.80
processStateChangesMethod · 0.80
destroyMethod · 0.80

Calls 2

triggerMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected