RogueSharp
Show / Hide Table of Contents

Enum MapState.CellProperties

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

Namespace: RogueSharp
Assembly: RogueSharp.dll
Syntax
[Flags]
public enum CellProperties

Fields

Name Description
Explored

The Cell has been in the field-of-view in the player at some point during the game

None

Not set

Transparent

There is a clear line-of-sight through this Cell

Visible

The Cell is in the currently observable field-of-view

Walkable

A character could normally walk across the Cell without difficulty

  • Improve this Doc
  • View Source
RogueSharp © 2014-2020 Faron Bracy
Back to top