ProtoFlux:Has Tag: Difference between revisions

From Resonite Wiki
create has tag protoflux page
 
fix formatting
 
Line 35: Line 35:
<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_.webp|Example of a  being used in some protoflux code.
<gallery>
</gallery>


[[Category:ProtoFlux:Slots:Info]]
[[Category:ProtoFlux:Slots:Info]]

Latest revision as of 18:05, 10 February 2024

Has Tag
Instance
*
Tag
Info

Checks if the provided Instance slot has a get tag equal to the provided Tag (String).

Inputs

Instance (Slot)

Slot to check.

Tag (String)

The String to check with.

Outputs

* (bool)

If Instance (Slot)'s tag is equal to Tag (String).

Examples