MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetOwningModule

Method GetOwningModule

Source/PatchCable.cpp:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724IDrawableModule* PatchCable::GetOwningModule() const
725{
726 return mOwner->GetOwner();
727}
728
729bool PatchCable::IsValidTarget(IClickable* target) const
730{

Callers 3

RenderMethod · 0.80
MousePressedMethod · 0.80
OnModuleDeletedMethod · 0.80

Calls 1

GetOwnerMethod · 0.45

Tested by

no test coverage detected