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

Syntax

   
 C# 
public Zone FindDenied(
	Vector3I coords,
	Player player
)

Parameters

coords
Vector3I
Block coordinates.
player
Player
Player to check.

Return Value

First zone to deny the player. null if none of the zones deny the player.

See Also