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

Method Link

trinity/Controllers/Actions/Tr2ActionPython.cpp:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Tr2ActionPython::Link( ITr2ActionController& controller )
80{
81 m_controller = &controller;
82 if( !m_vtable.onLink )
83 {
84 return;
85 }
86 m_vtable.onLink.CallVoid( controller.GetOwner(), &controller );
87}
88
89void Tr2ActionPython::Unlink()
90{

Callers

nothing calls this directly

Calls 1

GetOwnerMethod · 0.45

Tested by

no test coverage detected