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

Method Execute

trinity/Controllers/Tr2ControllerEventHandler.cpp:70–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Tr2ControllerEventHandler::Execute( ITr2ActionController& controller )
71{
72 for( auto it = begin( m_actions ); it != end( m_actions ); ++it )
73 {
74 ( *it )->Start( controller );
75 }
76 for( auto it = begin( m_actions ); it != end( m_actions ); ++it )
77 {
78 ( *it )->Stop( controller );
79 }
80}

Callers 2

HandleEventMethod · 0.45
HandleEventMethod · 0.45

Calls 4

beginFunction · 0.50
endFunction · 0.50
StartMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected