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

ProtoFlux:IndexOf

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

Returns the first index or position of the matching element we are searching for. Returns -1 if not found in the list.