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