[This is preliminary documentation and is subject to change.]
Filters a collection of players, leaving only those who can NOT see the target.
Does not include the target itself.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[NotNullAttribute] public static IEnumerable<Player> CantSee( this IEnumerable<Player> source, Player targetPlayer )
Parameters
- source
- IEnumerable<(Of <(<'Player>)>)>
Original collection of players. Will not get modified.
- targetPlayer
- Player
Player whose visibility is being tested.