ProtoFlux:Set Tag: Difference between revisions

From Resonite Wiki
missed one
fix example
 
Line 39: 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 18:29, 10 February 2024

Set Tag
*
Next
Instance
Tag
Info

Set's 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