Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / GetCellsInRows

IMapGetCellsInRows Method

Get an IEnumerable of all the Cells in the specified row numbers

Namespace: RogueSharp
Assembly:

Syntax

IEnumerable<Cell> GetCellsInRows(
    params int[] rowNumbers
)

Parameters

rowNumbers

Type: SystemInt32
Integer array of row numbers with 0 as the top

Return Value

Type: IEnumerableCell
IEnumerable of all the Cells in the specified row numbers

See Also

Reference

IMap Interface
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated