Enum WearableElementType
An enum containing all types of Wearable elements.
[Flags]
public enum WearableElementType
- Extension Methods
Fields
None = 0No wearable elements.
Scp268Hat = 1SCP-268 wearable element.
Scp1344Goggles = 2SCP-1344 wearable element.
ArmorDefault = 4Armor wearable element.
if armor is not specified it's will choose the one from Inventory ArmorLight = 12Force the Light armor wearable element.
ArmorCombat = 20Force the Combat armor wearable element.
ArmorHeavy = 36Force the Heavy armor wearable element.