MCPcopy Create free account
hub / github.com/benkuper/Chataigne / onExternalTriggerTriggered

Method onExternalTriggerTriggered

Source/Module/Routing/ModuleRouterValue.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void ModuleRouterValue::onExternalTriggerTriggered(Trigger * t)
127{
128 if (outModule == nullptr) return;
129 if (!enabled->boolValue() || forceDisabled) return;
130 if(t == sourceValue) outModule->handleRoutedModuleValue(sourceValue, routeParams.get());
131}
132
133void ModuleRouterValue::childStructureChanged(ControllableContainer* cc)
134{

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected