Click or drag to resize

Map Constructor

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Creates a new empty map with the specified width and height

Namespace:  Furcadia.FurcMap
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public Map(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The width of the map
height
Type: SystemInt32
The height of the map
See Also