Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:SetTag: Difference between revisions

From Resonite Wiki
989onan (talk | contribs)
Create Set Slot Order Offset ProtoFlux Node Page
 
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:Set Tag to ProtoFlux:SetTag: Automated: removing spaces from ProtoFlux namespace
 
(3 intermediate revisions by 2 users 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 ==
Line 27: Line 27:


=== Tag ([[Type:String|String]]) ===
=== Tag ([[Type:String|String]]) ===
The value to set Instance ([[Slot|Slot]])'s Tag field to when * ([[Impulses|Call]]) is called.


== Outputs ==
== Outputs ==
Line 37: Line 39:


<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:ProtoFlux_Example_.webp|Example of a being used in some protoflux code.
File:ProtoFlux_Example_Set_Tag.webp|Example of a Set Tag being used in some protoflux code.
</gallery>
</gallery>
[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

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

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

Examples