[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those of or above the given rank.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public static IEnumerable<Player> RankedAtLeast( this IEnumerable<Player> source, Rank minRank )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- minRank
- Rank
Minimum desired rank.