Furcadia Framework For Third Party Programs
Map Constructor |
[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 44
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