M_Furcadia_FurcMap_Map__ctor - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

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 43

Syntax

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

Parameters

 

width
Type: System.Int32
The width of the map
height
Type: System.Int32
The height of the map

See Also

Reference

Map Class
Furcadia.FurcMap Namespace

⚠️ **GitHub.com Fallback** ⚠️