Find
method in Coherence.Cloud.PlayerAccount
Methods
public static PlayerAccount Find(Predicate<PlayerAccount> match)
Retrieves the first player account that matches the conditions defined by the specified predicate.
Parameters
Type | Name | Description |
---|---|---|
Predicate<PlayerAccount> | match | Reference to a method that returns true for a valid result. |
Returns
Type | Description |
---|---|
PlayerAccount | The first matching player account, if any was found; otherwise, |