ProtoFlux:ASync Dynamic Impulse Reciever With Value

From Resonite Wiki
ASync Dynamic Impulse Reciever With Value
OnTriggered
Value
Tag
null
Async

Since Dynamic Impulses can be a complex topic, the usage of this node is part of the Dynamic Impulses Page.

Outputs

OnTriggered (AsyncCall)

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 (AsyncCall). (So basically this value has nothing except for during the instant moment OnTriggered (AsyncCall) 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).