DestinyGameVersions class
A flags enumeration/bitmask indicating the versions of the game that a given user has purchased.
Constructors
- DestinyGameVersions(int _value)
-
const
- DestinyGameVersions.fromJson(int numValue)
-
factory
Properties
Methods
-
contains(
DestinyGameVersions childValue) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
DestinyGameVersions item) → int -
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
- Anniversary30th → const DestinyGameVersions
- Anniversary30th = 128
- BeyondLight → const DestinyGameVersions
- BeyondLight = 64
- Destiny2 → const DestinyGameVersions
- Destiny2 = 1
- DLC1 → const DestinyGameVersions
- DLC1 = 2
- DLC2 → const DestinyGameVersions
- DLC2 = 4
- Forsaken → const DestinyGameVersions
- Forsaken = 8
- Lightfall → const DestinyGameVersions
- Lightfall = 512
- None → const DestinyGameVersions
- None = 0
- Shadowkeep → const DestinyGameVersions
- Shadowkeep = 32
- TheWitchQueen → const DestinyGameVersions
- TheWitchQueen = 256
- YearTwoAnnualPass → const DestinyGameVersions
- YearTwoAnnualPass = 16