Source
This page was generated with Wiki Builder. Do not change the format!
Info
Sockets are grouped into categories in the UI. These define which category and which sockets are under that category.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
socketCategoryHash | Destiny.Definitions.Sockets.DestinySocketCategoryDefinition:integer:uint32 | The hash for the Socket Category: a quick way to go get the header display information for the category. Use it to look up DestinySocketCategoryDefinition info. |
socketIndexes | integer:int32[] | Use these indexes to look up the sockets in the "sockets.socketEntries" property on the item definition. These are the indexes under the category, in game-rendered order. |
Example
{
// Type: Destiny.Definitions.Sockets.DestinySocketCategoryDefinition:integer:uint32
"socketCategoryHash": 0,
// Type: integer:int32[]
"socketIndexes": [
// Type: integer:int32
0
]
}