|
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
)
Public Sub New (
width As Integer,
height As Integer
)
Dim width As Integer
Dim height As Integer
Dim instance As New Map(width, height)
public:
Map(
int width,
int height
)
new :
width : int *
height : int -> Map
Parameters
- width
- Type: SystemInt32
The width of the map
- height
- Type: SystemInt32
The height of the map
See Also