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

Checks if a given map dimension (width, height, or length) is among the set of recommended values Recommended values are: 16, 32, 64, 128, 256, 512, 1024

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

Syntax

   
 C# 
public static bool IsRecommendedDimension(
	int dimension
)

Parameters

dimension
Int32

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

Return Value

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

See Also