[This is preliminary documentation and is subject to change.]
Checks how zones affect the given player's ability to affect
a block at given coordinates, in detail.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
Parameters
- coords
- Vector3I
Block coordinates.
- player
- Player
Player to check.
- allowedZones
- array<Zone>[]()[][]%
Array of zones that allow the player to build.
- deniedZones
- array<Zone>[]()[][]%
Array of zones that deny the player from building.
Return Value
True if any zones were found. False if none affect the given coordinate.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If player is null. |