m added link to impulses |
m fix links, types |
||
Line 4: | Line 4: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name":"OnTriggered", "Type":" | {"Name":"OnTriggered", "Type":"Call"}, | ||
{"Name":"Value", "Type":"Dummy"} | {"Name":"Value", "Type":"Dummy"} | ||
] | ] | ||
Line 17: | Line 17: | ||
== Outputs == | == Outputs == | ||
=== OnTriggered ([[Impulses| | === OnTriggered ([[Impulses|Call]]) === | ||
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]) that has data of the type specified by Value (Generic). | Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]) that has data of the type specified by Value (Generic). | ||
=== Value (Generic) === | === Value (Generic) === | ||
Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered ( | Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered ([[Impulses|Call]]). | ||
(So basically this value has nothing except for during the instant moment OnTriggered ( | (So basically this value has nothing except for during the instant moment OnTriggered ([[Impulses|Call]]) is impulsed) | ||
== Globals == | == Globals == | ||
Line 30: | Line 30: | ||
The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic). | The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic). | ||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] |
Latest revision as of 19:52, 9 February 2024
Dynamic Impulse Receiver With Data
null
∅
Flow
Since Dynamic Impulses can be a complex topic, the usage of this node is part of the Dynamic Impulses page.
Outputs
OnTriggered (Call)
Sends an impulse when the node has recieved an impulse with the tag in Tag (String) that has data of the type specified by Value (Generic).
Value (Generic)
Will have a value that was sent with the Dynamic Impulse during the impulse from OnTriggered (Call). (So basically this value has nothing except for during the instant moment OnTriggered (Call) is impulsed)
Globals
Tag (String)
The tag for which to listen for Impulses on. Impulses must also have a data associated with them matching Value (Generic).