[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: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public bool CheckDetailed(
	Vector3I coords,
	Player player,
	out Zone[] allowedZones,
	out Zone[] deniedZones
)

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

ExceptionCondition
System..::..ArgumentNullException If player is null.

See Also