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

ProtoFlux:Contains (Collection)

From Resonite Wiki
Contains
Collection
*
Value
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.