DestinyItemPerkEntryDefinition class
An intrinsic perk on an item, and the requirements for it to be activated.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- perkHash ↔ int
-
A hash identifier for the DestinySandboxPerkDefinition being provided on the
item. [...]
read / write
- perkVisibility ↔ int
-
Indicates whether this perk should be shown, or if it should be shown disabled.
read / write
- requirementDisplayString ↔ String
-
If this perk is not active, this is the string to show for why it's not
providing its benefits.
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