Enum EnvironmentType
A set of environment types.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum EnvironmentType
Fields
| Name | Description |
|---|---|
| Development | The development environment, for developers. |
| Production | The production environment, for the public. |
| ProductionDebug | The Production enviroemnt, for the public, with debugging features. |
| Ptb | The ptb environment, for Public Test Builds. |
| Testing | The testing environment, for testing things. |