ProtoFlux:IndexOf
From Resonite Wiki
More actions
IndexOf
Collections
The IndexOf node takes in a Collection and an element value to find within a list.
Inputs
Collection (IList)
The collection to check.
Value (Generic)
The element value we are trying to find within the referenced collection.
Outputs
* (Continuation)
Returns the first index or position of the matching element we are searching for. Returns -1 if not found in the list.