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

Method GetBoundObject

trinity/Controllers/Tr2BindingPoint.cpp:481–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481IRoot* Tr2BindingPoint::GetBoundObject() const
482{
483 if( m_resolvedObject )
484 {
485 return m_resolvedObject;
486 }
487 return m_object;
488}
489
490
491IRootPtr ResolveObjectPath( const std::string& reference, const std::map<std::string, IRoot*>& roots )

Callers 6

GetDestinationMethod · 0.80
GetDestinationMethod · 0.80
StartMethod · 0.80
StopMethod · 0.80
IsBindingValidMethod · 0.80
GetDestinationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected