Wiki

Clone wiki

RogueSharp / RogueSharp / MapState_CellProperties / README

MapStateCellProperties Enumeration

Flags Enumeration of the possible properties for any Cell in the Map

Namespace: RogueSharp
Assembly:

Syntax

[FlagsAttribute]
public enum CellProperties

Members

Member name Value Description
None 0 Not set
Walkable 1 A character could normally walk across the Cell without difficulty
Transparent 2 There is a clear line-of-sight through this Cell
Visible 4 The Cell is in the currently observable field-of-view
Explored 8 The Cell has been in the field-of-view in the player at some point during the game

See Also

Reference

RogueSharp Namespace

[2]: 2014-2016 Faron Bracy

Updated