Table of Contents

Enum EnvironmentType

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

A set of environment types.

public enum EnvironmentType
Extension Methods

Fields

Development = 0

The development environment, for developers.

Testing = 1

The testing environment, for testing things.

Production = 2

The production environment, for the public.

Ptb = 3

The ptb environment, for Public Test Builds.

ProductionDebug = 4

The Production environment, for the public, with debugging features.