DestinyVendorInteractionReplyDefinition class
When the interaction is replied to, Reward sites will fire and items potentially selected based on whether the given unlock expression is TRUE.
You can potentially choose one from multiple replies when replying to an interaction: this is how you get either/or rewards from vendors.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemRewardsSelection ↔ int
-
The rewards granted upon responding to the vendor.
read / write
- reply ↔ String
-
The localized text for the reply.
read / write
- replyType ↔ int
-
An enum indicating the type of reply being made.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited