Table of Contents

Enum ClothingSlot

Namespace
S1API.Items.Clothing
Assembly
S1API.dll

Represents the slot where a clothing item can be equipped. Mirrors ScheduleOne.Clothing.EClothingSlot.

public enum ClothingSlot
Extension Methods

Fields

Bottom = 1

Bottom slot (pants, shorts).

Eyes = 7

Eyes slot (glasses, sunglasses).

Feet = 0

Feet slot (shoes, boots).

Hands = 5

Hands slot (gloves).

Head = 8

Head slot (hats, caps, helmets).

Neck = 6

Neck slot (necklaces, scarves).

Outerwear = 4

Outerwear slot (jackets, coats).

Top = 3

Top slot (shirts).

Waist = 2

Waist slot (belts).

Wrist = 9

Wrist slot (watches, bracelets).