socketTypeHash property

  1. @JsonKey(name: 'socketTypeHash')
int? socketTypeHash
getter/setter pair

All sockets have a type, and this is the hash identifier for this particular type. Use it to look up the DestinySocketTypeDefinition: read there for more information on how socket types affect the behavior of the socket.

Implementation

@JsonKey(name:'socketTypeHash')
int? socketTypeHash;