Destiny.PlugAvailabilityMode
Enumeration
This enum determines whether the plug is available to be inserted.
- Normal means that all existing rules for plug insertion apply.
- UnavailableIfSocketContainsMatchingPlugCategory means that the plug is only available if the socket does NOT match the plug category.
- AvailableIfSocketContainsMatchingPlugCategory means that the plug is only available if the socket DOES match the plug category.
For category matching, use the plug's "plugCategoryIdentifier" property, comparing it to
- Normal means that all existing rules for plug insertion apply.
- UnavailableIfSocketContainsMatchingPlugCategory means that the plug is only available if the socket does NOT match the plug category.
- AvailableIfSocketContainsMatchingPlugCategory means that the plug is only available if the socket DOES match the plug category.
For category matching, use the plug's "plugCategoryIdentifier" property, comparing it to
Type: int32
Valid Enum Values
-
Normal: 0
-
UnavailableIfSocketContainsMatchingPlugCategory: 1
-
AvailableIfSocketContainsMatchingPlugCategory: 2