Destiny.Entities.Items.DestinyItemInstanceEnergy

Type: object
Object Properties
energyTypeHash
Mapped to Definition
The type of energy for this item. Plugs that require Energy can only be inserted if they have the "Any" Energy Type or the matching energy type of this item. This is a reference to the DestinyEnergyTypeDefinition for the energy type, where you can find extended info about it.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.EnergyTypes.DestinyEnergyTypeDefinition
energyType
This is the enum version of the Energy Type value, for convenience.
Type: int32
energyCapacity
The total capacity of Energy that the item currently has, regardless of if it is currently being used.
Type: int32
energyUsed
The amount of Energy currently in use by inserted plugs.
Type: int32
energyUnused
The amount of energy still available for inserting new plugs.
Type: int32