ProtoFlux:Contains (Collection)
From Resonite Wiki
More actions
Contains
Collections
The Contains node takes in a Collection and a value to search for in that collection.
Inputs
Collection (IList)
The collection to find a matching element.
Element (Generic)
The element to match.
Outputs
* (Bool)
Returns if this collection contains the value that we are trying to match.