Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / GetCell

IMapGetCell Method

Get a Cell at the specified location

Namespace: RogueSharp
Assembly:

Syntax

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

See Also

Reference

IMap Interface
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated