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

Method RegisterUpdateable

trinity/Controllers/Tr2Controller.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void Tr2Controller::RegisterUpdateable( ITr2Updateable& updateable )
379{
380 m_updateables.insert( &updateable );
381}
382
383void Tr2Controller::UnRegisterUpdateable( ITr2Updateable& updateable )
384{

Callers 5

StartMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected