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

Method SetControllerVariable

trinity/Eve/Renderable/Stretch/EveStretch3.cpp:764–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762
763
764void EveStretch3::SetControllerVariable( const char* name, float value )
765{
766 RunOnComponents( [name, value]( IEveSpaceObjectChild* c ) { c->SetControllerVariable( name, value ); } );
767
768 for( auto it = begin( m_controllers ); it != end( m_controllers ); ++it )
769 {
770 ( *it )->SetVariable( name, value );
771 }
772}
773
774
775void EveStretch3::HandleControllerEvent( const char* name )

Callers

nothing calls this directly

Calls 3

beginFunction · 0.50
endFunction · 0.50
SetVariableMethod · 0.45

Tested by

no test coverage detected