Table of Contents

Enum WearableElementType

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

An enum containing all types of Wearable elements.

[Flags]
public enum WearableElementType
Extension Methods

Fields

None = 0

No wearable elements.

Scp268Hat = 1

SCP-268 wearable element.

Scp1344Goggles = 2

SCP-1344 wearable element.

ArmorDefault = 4

Armor wearable element. if armor is not specified it's will choose the one from Inventory

ArmorLight = 12

Force the Light armor wearable element.

ArmorCombat = 20

Force the Combat armor wearable element.

ArmorHeavy = 36

Force the Heavy armor wearable element.