Table of Contents

Class ClothingSlotMetadata

Namespace
S1API.Items.Clothing
Assembly
S1API.dll

Describes a clothing slot using the base game's display metadata.

public sealed class ClothingSlotMetadata
Inheritance
ClothingSlotMetadata
Inherited Members
Extension Methods

Properties

DisplayName

Gets the base game's display name for the slot.

public string DisplayName { get; }

Property Value

string

Icon

Gets the base game's icon for the slot, if one is configured.

public Sprite? Icon { get; }

Property Value

Sprite

Slot

Gets the clothing slot represented by this metadata.

public ClothingSlot Slot { get; }

Property Value

ClothingSlot