Wiki

Clone wiki

RogueSharp / RogueSharp / Map / GetBorderCellsInArea

MapGetBorderCellsInArea Method

Get an IEnumerable of the outermost border Cells in a square around the Origin Cell

Namespace: RogueSharp
Assembly:

Syntax

public IEnumerable<Cell> GetBorderCellsInArea(
    int xOrigin,
    int yOrigin,
    int distance
)

Parameters

xOrigin

Type: SystemInt32
X location of the Origin Cell with 0 as the farthest left

yOrigin

Type: SystemInt32
Y location of the Origin Cell with 0 as the top

distance

Type: SystemInt32
The distance from the Origin Cell in which the border Cells lie

Return Value

Type: IEnumerableCell
IEnumerable of the outermost border Cells in a square around the Origin Cell

Implements

IMapGetBorderCellsInArea(Int32, Int32, Int32)

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated