[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.0 (0.6.3.0)

Syntax

   
 C# 
public static bool IsValidDimension(
	int dimension
)

Parameters

dimension
Int32

[Missing <param name="dimension"/> documentation for "M:fCraft.Map.IsValidDimension(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:fCraft.Map.IsValidDimension(System.Int32)"]

See Also