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 DestinyItemTalentGridComponent  
privacy ComponentPrivacySetting:Enum  

Example

{
    // Type: DestinyItemTalentGridComponent
    "data": {
        // Type: Destiny.Definitions.DestinyTalentGridDefinition:integer:uint32
        "talentGridHash": 0,
        // Type: DestinyTalentNode[]
        "nodes": [
           // Type: DestinyTalentNode
            {
                // Type: integer:int32
                "nodeIndex": 0,
                // Type: integer:uint32
                "nodeHash": 0,
                // Type: DestinyTalentNodeState:Enum
                "state": {},
                // Type: boolean
                "isActivated": false,
                // Type: integer:int32
                "stepIndex": 0,
                // Type: DestinyMaterialRequirement:Definition[]
                "materialsToUpgrade": [
                   // Type: DestinyMaterialRequirement:Definition
                    {
                        // Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
                        "itemHash": 0,
                        // Type: boolean
                        "deleteOnAction": false,
                        // Type: integer:int32
                        "count": 0,
                        // Type: boolean
                        "omitFromRequirements": false
                    }
                ],
                // Type: integer:int32
                "activationGridLevel": 0,
                // Type: number:float
                "progressPercent": 0,
                // Type: boolean
                "hidden": false,
                // Type: DestinyTalentNodeStatBlock
                "nodeStatsBlock": {}
            }
        ],
        // Type: boolean
        "isGridComplete": false,
        // Type: DestinyProgression
        "gridProgression": {}
    },
    // Type: ComponentPrivacySetting:Enum
    "privacy": 0
}

References

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