m fix links, types |
no synchronous context |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
|}} | |}} | ||
The '''Dynamic Impulse Receiver With Data''' node is the recipient of a [[dynamic impulse]] with an associated [[Value Type|value]] or [[Type:Object|object]] for [[Impulses#Impulse_flow|non-async flow]]. Its trigger analogue is the [[ProtoFlux:Dynamic Impulse Trigger With Data|Dynamic Impulse Trigger With Data]] node. | |||
== Outputs == | == Outputs == | ||
=== OnTriggered ([[Impulses|Call]]) === | === 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> that has data of the same type as <code>Value</code>. | |||
=== Value (Generic) === | === Value (Generic) === | ||
Contains the data sent with the dynamic impulse. Only available during the [[context]] of the <code>OnTriggered</code> impulse. | |||
== Globals == | == Globals == | ||
Line 29: | Line 29: | ||
=== Tag ([[Type:String|String]]) === | === Tag ([[Type:String|String]]) === | ||
The tag | The tag to listen for impulses on. | ||
== See Also == | |||
* [[ProtoFlux:Async Dynamic Impulse Receiver With Data]] for the sync analogue. | |||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] |
Latest revision as of 21:04, 29 January 2025
Dynamic Impulse Receiver With Data
null
∅
Flow
The Dynamic Impulse Receiver With Data node is the recipient of a dynamic impulse with an associated value or object for non-async flow. Its trigger analogue is the Dynamic Impulse Trigger With Data node.
Outputs
OnTriggered (Call)
Sends an impulse when the node has received a dynamic impulse with the specified Tag
that has data of the same type as Value
.
Value (Generic)
Contains the data sent with the dynamic impulse. Only available during the context of the OnTriggered
impulse.
Globals
Tag (String)
The tag to listen for impulses on.
See Also
- ProtoFlux:Async Dynamic Impulse Receiver With Data for the sync analogue.