M_Furcadia_FurcMap_Map__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public Map(
int width,
int height
)
VB
Public Sub New (
width As Integer,
height As Integer
)
VB Usage
Dim width As Integer
Dim height As Integer
Dim instance As New Map(width, height)
C++
public:
Map(
int width,
int height
)
F#
new :
width : int *
height : int -> Map
- width
- Type: System.Int32
The width of the map - height
- Type: System.Int32
The height of the map