VendorInteractionType enum

Inheritance

Constructors

VendorInteractionType()
const

Values

Unknown → const VendorInteractionType

Unknown = 0

Undefined → const VendorInteractionType

Undefined = 1 An empty interaction. If this ends up in content, it is probably a game bug.

QuestComplete → const VendorInteractionType

QuestComplete = 2 An interaction shown when you complete a quest and receive a reward.

QuestContinue → const VendorInteractionType

QuestContinue = 3 An interaction shown when you talk to a Vendor as an intermediary step of a quest.

ReputationPreview → const VendorInteractionType

ReputationPreview = 4 An interaction shown when you are previewing the vendor's reputation rewards.

RankUpReward → const VendorInteractionType

RankUpReward = 5 An interaction shown when you rank up with the vendor.

TokenTurnIn → const VendorInteractionType

TokenTurnIn = 6 An interaction shown when you have tokens to turn in for the vendor.

QuestAccept → const VendorInteractionType

QuestAccept = 7 An interaction shown when you're accepting a new quest.

ProgressTab → const VendorInteractionType

ProgressTab = 8 Honestly, this doesn't seem consistent to me. It is used to give you choices in the Cryptarch as well as some reward prompts by the Eververse vendor. I'll have to look into that further at some point.

End → const VendorInteractionType

End = 9 These seem even less consistent. I don't know what these are.

Start → const VendorInteractionType

Start = 10 Also seem inconsistent. I also don't know what these are offhand.

ProtectedInvalidEnumValue → const VendorInteractionType

value not found fallback

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VendorInteractionType>
A constant List of the values in this enum, in order of their declaration.