[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those connected from a given IP.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] public static IEnumerable<Player> FromIP( 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 including.