Class PluginPriorities
This determines the initialization order of plugins.
Inheritance
System.Object
PluginPriorities
Assembly: Eco.Core.dll
Syntax
public static class PluginPriorities : Object
Fields
Rooms
Declaration
public const int Rooms = 1
Field Value
| Type |
Description |
| System.Int32 |
|
Settlement
Declaration
public const int Settlement = -1
Field Value
| Type |
Description |
| System.Int32 |
|
Spoilage
Declaration
public const int Spoilage = 2
Field Value
| Type |
Description |
| System.Int32 |
|
WorldGenerator
Declaration
public const int WorldGenerator = -3
Field Value
| Type |
Description |
| System.Int32 |
|
WorldLayerManager
Declaration
public const int WorldLayerManager = -2
Field Value
| Type |
Description |
| System.Int32 |
|
WorldObjectManager
Declaration
public const int WorldObjectManager = 0
Field Value
| Type |
Description |
| System.Int32 |
|