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 | Dictionary<integer:uint32,DestinyItemPlugComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:uint32,DestinyItemPlugComponent>
"data": {
"0": {
// Type: integer:int32[]
"insertFailIndexes": [
// Type: integer:int32
0
],
// Type: integer:int32[]
"enableFailIndexes": [
// Type: integer:int32
0
]
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}