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