Wiki

Clone wiki

RogueSharp / RogueSharp / Map / GetCellsInRows

MapGetCellsInRows Method

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

Namespace: RogueSharp
Assembly:

Syntax

public 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

Implements

IMapGetCellsInRows(Int32)

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated