For Each If Vector2

Syntax

For Each If Vector2

Parameters

Array

Array of vector2s

Callable

Function that takes vector2 by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes vector2 and returns boolean.
If returns true Callable called

Output

Result

Modified Array