[This is preliminary documentation and is subject to change.]
Finds which zone denied player's ability to affect
a block at given coordinates. Used in conjunction with CheckZones().
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
[CanBeNullAttribute] public Zone FindDenied( Vector3I coords, Player player )
Return Value
First zone to deny the player. null if none of the zones deny the player.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If player is null. |