Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Exists< T >()

static bool System.Array.Exists< T > ( T[] array,
Predicate< T > match )
inlinestatic

Definition at line 1579 of file Array.cs.

1580 {
1581 return FindIndex(array, match) != -1;
1582 }

References System.array, and System.match.