Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / GetCellsInColumns

IMapGetCellsInColumns Method

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

Namespace: RogueSharp
Assembly:

Syntax

IEnumerable<Cell> GetCellsInColumns(
    params int[] columnNumbers
)

Parameters

columnNumbers

Type: SystemInt32
Integer array of column numbers with 0 as the farthest left

Return Value

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

See Also

Reference

IMap Interface
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated