Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / Initialize

IMapInitialize Method

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

Namespace: RogueSharp
Assembly:

Syntax

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

Remarks

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

See Also

Reference

IMap Interface
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated