Wiki

Clone wiki

RogueSharp / RogueSharp / Map / GetCell

MapGetCell Method

Get a Cell at the specified location

Namespace: RogueSharp
Assembly:

Syntax

public Cell GetCell(
    int x,
    int y
)

Parameters

x

Type: SystemInt32
X location of the Cell to get starting with 0 as the farthest left

y

Type: SystemInt32
Y location of the Cell to get, starting with 0 as the top

Return Value

Type: Cell
Cell at the specified location

Implements

IMapGetCell(Int32, Int32)

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated