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

Function GetBindingRoots

trinity/Controllers/ITr2ControllerOwner.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 {
27 }
28 virtual void GetBindingRoots( std::unordered_map<std::string, IRoot*> & variables )
29 {
30 variables["Owner"] = this->GetRootObject();
31 };
32 // Interface to add controllers (via SOF or other means)
33 virtual void AddController( ITr2Controller * controller ){};
34};

Callers 4

EveMultiEffect.hFile · 0.85
GetBindingRootsMethod · 0.85
EveStretch3.hFile · 0.85
GetBindingRootsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected