ProtoFlux:HasTag: Difference between revisions

From Resonite Wiki
fix formatting
m YoshBot moved page ProtoFlux:Has Tag to ProtoFlux:HasTag: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
|}}
|}}


Checks if the provided Instance [[Slot|slot]] has a get tag equal to the provided Tag ([[Type:String|String]]).
The '''Has Tag''' node checks if the provided instance [[Slot|slot]] has a [[Tag]] equal to the provided tag ([[Type:String|String]]).


== Inputs ==
== Inputs ==

Latest revision as of 00:22, 21 August 2025

Has Tag
Instance
*
Tag
Info

The Has Tag node checks if the provided instance slot has a 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