Enum AreaFlags
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 = 1Area is an interior location.
Natural = 4Area is a natural (outdoor/cavern) environment.
UnderGround = 2Area is located underground.