[This is preliminary documentation and is subject to change.]
Creates an empty new map of given dimensions.
Dimensions cannot be changed after creation.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Width, length, or height is not between 16 and 2048. |
| System..::..ArgumentException | Map volume exceeds Int32.MaxValue. |