ReusablePlugItems constant

SocketPlugSources const ReusablePlugItems

ReusablePlugItems = 2 Use the DestinyItemSocketsComponent.sockets.reusablePlugs property to determine which plugs are valid for this socket. This may have to be combined with other sources, such as plug sets, if those flags are set. Note that "Reusable" plugs may not necessarily come from a plug set, nor from the "reusablePlugItems" in the socket's Definition data. They can sometimes be "randomized" in which case the only source of truth at the moment is still the runtime DestinyItemSocketsComponent.sockets.reusablePlugs property.

Implementation

static const SocketPlugSources ReusablePlugItems = SocketPlugSources(2);