DestinyItemActionRequiredItemDefinition class
The definition of an item and quantity required in a character's inventory in order to perform an action.
Constructors
Properties
- count ↔ int
-
The minimum quantity of the item you have to have.
read / write
- deleteOnAction ↔ bool
-
If true, the item/quantity will be deleted from your inventory when the action
is performed. Otherwise, you'll retain these required items after the action is
complete.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemHash ↔ int
-
The hash identifier of the item you need to have. Use it to look up the
DestinyInventoryItemDefinition for more info. [...]
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 -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited