Show / Hide Table of Contents

Enum ObtainState

Enum for the current state of an item, to determine whether it has been given and whether it is eligible to be given.

Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum ObtainState

Fields

Name Description
Obtained

The item has been given, and is no longer eligible to be given.

Refreshed

The item was previously given, but it has been refreshed and is reeligible to be given.

Unobtained

The item has never been given, and is eligible to be given.

Extension Methods

Extensions.Yield<ObtainState>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX