DestinyObjectivePerkEntryDefinition class
Defines the conditions under which an intrinsic perk is applied while participating in an Objective.
These perks will generally not be benefit-granting perks, but rather a perk that modifies gameplay in some interesting way.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- perkHash ↔ int
-
The hash identifier of the DestinySandboxPerkDefinition that will be applied to
the character. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- style ↔ int
-
An enumeration indicating whether it will be applied as long as the Objective is
active, when it's completed, or until it's completed.
read / write
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