Table of Contents

FindAll

Methods
public static PlayerAccount[] FindAll(Predicate<PlayerAccount> match)

Retrieves all player accounts that match the conditions defined by the specified predicate.

Parameters
Type Name Description
Predicate<PlayerAccount> match

Reference to a method that returns true for valid player accounts to match.

Returns
Type Description
PlayerAccount[]

All matching player accounts, if any were found; otherwise, an empty array.