DestinyPlugWhitelistEntryDefinition class
Defines a plug "Category" that is allowed to be plugged into a socket of this type.
This should be compared against a given plug item's DestinyInventoryItemDefinition.plug.plugCategoryHash, which indicates the plug item's category.
Constructors
Properties
- categoryHash ↔ int
-
The hash identifier of the Plug Category to compare against the plug item's plug.
plugCategoryHash. [...]
read / write
- categoryIdentifier ↔ String
-
The string identifier for the category, which is here mostly for debug purposes.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
reinitializationPossiblePlugHashes
↔ List<
int> -
The list of all plug items (DestinyInventoryItemDefinition) that the socket may
randomly be populated with when reinitialized. [...]
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 -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited