add link to impulses  | 
				m YoshBot moved page ProtoFlux:Dynamic Impulse Receiver to ProtoFlux:DynamicImpulseReceiver: Automated: removing spaces from ProtoFlux namespace  | 
				||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
|Outputs=  | |Outputs=  | ||
[  | [  | ||
{"Name":"OnTriggered", "Type":"  | {"Name":"OnTriggered", "Type":"Call"}  | ||
]  | ]  | ||
|Globals=  | |Globals=  | ||
| Line 12: | Line 12: | ||
|}}  | |}}  | ||
The '''Dynamic Impulse Receiver''' node is the recipient of a [[dynamic impulse]]. Its trigger analogue is the [[ProtoFlux:Dynamic Impulse Trigger|Dynamic Impulse Trigger]] node.  | |||
== Outputs ==  | == Outputs ==  | ||
=== OnTriggered ([[Impulses|  | === OnTriggered ([[Impulses|Call]]) ===  | ||
Sends an impulse when the node has   | |||
Sends an [[impulse]] when the node has received a dynamic impulse with the specified <code>Tag</code>.  | |||
== Globals ==  | == Globals ==  | ||
| Line 23: | Line 24: | ||
=== Tag ([[Type:String|String]]) ===  | === Tag ([[Type:String|String]]) ===  | ||
The tag   | The tag to listen for impulses on.  | ||
==   | == See Also ==  | ||
* [[ProtoFlux:Async Dynamic Impulse Receiver]] for the async analogue.  | |||
[[Category:ProtoFlux:Flow]]  | [[Category:ProtoFlux:Flow]]  | ||
Latest revision as of 23:50, 20 August 2025
Dynamic Impulse Receiver
null
∅
Flow
The Dynamic Impulse Receiver node is the recipient of a dynamic impulse. Its trigger analogue is the Dynamic Impulse Trigger node.
Outputs
OnTriggered (Call)
Sends an impulse when the node has received a dynamic impulse with the specified Tag.
Globals
Tag (String)
The tag to listen for impulses on.
See Also
- ProtoFlux:Async Dynamic Impulse Receiver for the async analogue.