Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / IsWalkable

CellIsWalkable Property

Get the walkability of the Cell i.e. if a character could normally move across the Cell without difficulty

Namespace: RogueSharp
Assembly:

Syntax

public bool IsWalkable { get; }

Property Value

Type: Boolean

Examples

A Cell representing an empty stone floor would be walkable A Cell representing a glass wall may not be walkable (even though it could be transparent) A Cell representing a solid stone wall would not be walkable

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated