ProtoFlux:Dynamic Impulse Receiver: Difference between revisions

From Resonite Wiki
create dynamic impulse receiver page
 
fix types
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
|Outputs=
|Outputs=
[
[
{"Name":"OnTriggered", "Type":"Impulse"}
{"Name":"OnTriggered", "Type":"Call"}
]
]
|Globals=
|Globals=
Line 16: Line 16:
== Outputs ==
== Outputs ==


=== OnTriggered (Impulse) ===  
=== OnTriggered ([[Impulses|Call]]) ===  
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]).
Sends an impulse when the node has recieved an impulse with the tag in Tag ([[Type:String|String]]).


Line 24: Line 24:


The tag for which to listen for Impulses on.
The tag for which to listen for Impulses on.
== Examples ==
{{Stub}}


[[Category:ProtoFlux:Flow]]
[[Category:ProtoFlux:Flow]]

Latest revision as of 19:52, 9 February 2024

Dynamic Impulse Receiver
OnTriggered
Tag
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).

Globals

Tag (String)

The tag for which to listen for Impulses on.