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

Method StartControllers

trinity/Eve/Turret/EveTurretSet.cpp:3925–3937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3923}
3924
3925void EveTurretSet::StartControllers()
3926{
3927 if( m_firingEffect )
3928 {
3929 m_firingEffect->StartControllers();
3930 }
3931
3932 auto ambientEffect = GetAmbientEffectOrGeneratedEffect();
3933 if( ambientEffect )
3934 {
3935 ambientEffect->StartControllers();
3936 }
3937}
3938
3939void EveTurretSet::SetShaderOption( const BlueSharedString& name, const BlueSharedString& value )
3940{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected