DestinyRewardSourceCategory class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
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 ==(dynamic other)
→ bool
-
The equality operator.
inherited
Constants
-
Activity
→ const int
-
The source is directly related to the rewards gained by playing an activity or
set of activities. This currently includes Quests and other action in-game.
1
-
Aggregate
→ const int
-
This source is a custom aggregation of items that can be earned in many ways,
but that share some other property in common that is useful to share. For
instance, in Destiny 1 we would make "Reward Sources" for every game expansion:
that way, you could search reward sources to see what items became available
with any given Expansion.
3
-
None
→ const int
-
The source doesn't fit well into any of the other types.
0
-
Vendor
→ const int
-
This source is directly related to items that Vendors sell.
2