[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those who are ignoring the given player.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
[NotNullAttribute] public static IEnumerable<Player> Ignoring( this IEnumerable<Player> source, PlayerInfo playerInfo )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- playerInfo
- PlayerInfo
Player whose ignore standing is being checked.