MCPcopy Create free account
hub / github.com/carbonengine/trinity / Start

Method Start

trinity/Controllers/Actions/Tr2ActionSpawnParticles.cpp:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void Tr2ActionSpawnParticles::Start( ITr2ActionController& )
14{
15 if( !m_emitter )
16 {
17 return;
18 }
19 m_emitter->SpawnParticles( ITr2GenericEmitter::UpdateArguments(), nullptr, nullptr, m_rate );
20}

Callers

nothing calls this directly

Calls 1

SpawnParticlesMethod · 0.45

Tested by

no test coverage detected