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

Function StartControllers

trinity/Controllers/ITr2ControllerOwner.h:25–27  ·  view source on GitHub ↗

Called when we want to start all the controllers

Source from the content-addressed store, hash-verified

23 }
24 // Called when we want to start all the controllers
25 virtual void StartControllers()
26 {
27 }
28 virtual void GetBindingRoots( std::unordered_map<std::string, IRoot*> & variables )
29 {
30 variables["Owner"] = this->GetRootObject();

Callers 13

BLUE_CLASSFunction · 0.85
EveMultiEffect.hFile · 0.85
EveStretch3.hFile · 0.85
UpdateSyncronousMethod · 0.85
EveMobile.hFile · 0.85
StartControllersMethod · 0.85
EveChildSocket.hFile · 0.85
EveChildPlug.hFile · 0.85
EveChildRef.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected