Enum VisitState
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum VisitState
Fields
| Name | Description |
|---|---|
| Accepted | Applies to placements offered by NPCs (Cornifer, Nailmasters). Usually set to indicate that the NPC is no longer required to make the offer when items respawn. |
| Dropped | Applies to enemy drop items. |
| None | |
| ObtainedAnyItem | |
| Opened | Corresponds to opening a container: e.g. opening a chest, breaking a grub jar or geo rock, etc. |
| Previewed | Applies to shops, placements with preview dialogues, and placements with hint boxes. |
| Special | Defined on a per-placement basis. |