[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those who do NOT have the given permission,
or with permission limits NOT allowing operation on the given rank.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public static IEnumerable<Player> Cant( this IEnumerable<Player> source, Permission permission, Rank affectedRank )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- permission
- Permission
Permission that players are required to NOT have.
- affectedRank
- Rank
Permission limit will be checked against this rank.