GeneratorStatus Enum

Definition

Used by ItemContainerGenerator to indicate the status of its item generation.

public enum class GeneratorStatus
public enum GeneratorStatus
type GeneratorStatus = 
Public Enum GeneratorStatus
Inheritance
GeneratorStatus

Fields

ContainersGenerated 2

The generator has finished generating containers.

Error 3

The generator has finished generating containers, but encountered one or more errors.

GeneratingContainers 1

The generator is generating containers.

NotStarted 0

The generator has not tried to generate content.

Applies to