Table of Contents

Enum ZoneType

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

Facility zone types.

[Flags]
public enum ZoneType
Extension Methods

Fields

Unspecified = 0

An unspecified zone.

LightContainment = 1

The Light Containment Zone.

HeavyContainment = 2

The Heavy Containment Zone.

Entrance = 4

The Entrance Zone.

Surface = 8

The Surface Zone.

Pocket = 16

The Pocket Dimension.

Other = 32

An unknown type of zone.

See Also