ProtoFlux:SetTag: Difference between revisions

From Resonite Wiki
fix example
m YoshBot moved page ProtoFlux:Set Tag to ProtoFlux:SetTag: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
|}}
|}}


Set's the tag of the provided Instance [[Slot|slot]] upon calling * ([[Impulses|Call]]).  
The '''Set Tag''' node sets the [[Tag]] of the provided instance [[Slot|slot]] upon calling * ([[Impulses|Call]]).  


== Inputs ==
== Inputs ==

Latest revision as of 00:35, 21 August 2025

Set Tag
*
Next
Instance
Tag
Info

The Set Tag node sets the Tag of the provided instance slot upon calling * (Call).

Inputs

* (Call)

Call this to set the Instance (Slot)'s tag to Tag (String).

Instance (Slot)

Slot to set the property for.

Tag (String)

The value to set Instance (Slot)'s Tag field to when * (Call) is called.

Outputs

Next (Continuation)

Sends an impulse when Instance (Slot)'s tag is set to Tag (String) when * (Call) is called.

Examples