Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Generic Class
  • Type: object

Properties

Name Type Description
data DestinyItemStatsComponent  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: DestinyItemStatsComponent
    "data": {
        // Type: Dictionary<Destiny.Definitions.DestinyStatDefinition:integer:uint32,DestinyStat>
        "stats": {
            "0": {
                // Type: Destiny.Definitions.DestinyStatDefinition:integer:uint32
                "statHash": 0,
                // Type: integer:int32
                "value": 0,
                // Type: integer:int32
                "maximumValue": 0
            }
        }
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

  1. https://bungie-net.github.io/multi/schema_SingleComponentResponseOfDestinyItemStatsComponent.html#schema_SingleComponentResponseOfDestinyItemStatsComponent