Wiki

Clone wiki

RogueSharp / RogueSharp / Map / GetCellsInColumns

MapGetCellsInColumns Method

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

Namespace: RogueSharp
Assembly:

Syntax

public 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

Implements

IMapGetCellsInColumns(Int32)

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated