[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.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public PermissionOverride Check(
	Vector3I coords,
	Player player
)

Parameters

coords
Vector3I
Block coordinates.
player
Player
Player to check.

Return Value

None if no zones affect the coordinate. Allow if ALL affecting zones allow the player. Deny if ANY affecting zone denies the player.

Exceptions

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

See Also