Table of Contents

Enum AreaFlags

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Flags that describe high-level properties of an area. These values can be combined to represent multiple properties at once.

[Flags]
public enum AreaFlags
Extension Methods

Fields

Interior = 1

Area is an interior location.

Natural = 4

Area is a natural (outdoor/cavern) environment.

UnderGround = 2

Area is located underground.