[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those NOT connected from a given IP.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)
Syntax
| C# |
public static IEnumerable<Player> NotFromIP( this IEnumerable<Player> source, IPAddress ip )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- ip
- IPAddress
IP that we are excluding.