[This is preliminary documentation and is subject to change.]

Checks if a given map dimension (width, height, or length) is acceptable. Values between 1 and 2047 are technically allowed.

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

Syntax

   
 C# 
public static bool IsValidDimension(
	int dimension
)

Parameters

dimension
Int32

See Also