Wiki

Clone wiki

RogueSharp / RogueSharp / Map / Initialize

MapInitialize Method

Create a new map with the properties of all Cells set to false

Namespace: RogueSharp
Assembly:

Syntax

public void Initialize(
    int width,
    int height
)

Parameters

width

Type: SystemInt32
How many Cells wide the Map will be

height

Type: SystemInt32
How many Cells tall the Map will be

Implements

IMapInitialize(Int32, Int32)

Remarks

This is basically a solid stone map that would then need to be modified to have interesting features

See Also

Reference

Map Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated