Table of Contents

Class ClothingItemInstance

Namespace
S1API.Items.Clothing
Assembly
S1API.dll

Represents a clothing item instance in the game world (physical clothing you own). Extends ItemInstance with color information.

public class ClothingItemInstance : ItemInstance
Inheritance
ClothingItemInstance
Inherited Members
Extension Methods

Properties

Color

The color of this clothing instance.

public ClothingColor Color { get; set; }

Property Value

ClothingColor

Definition

The clothing definition (template) this instance was created from.

public ClothingItemDefinition Definition { get; }

Property Value

ClothingItemDefinition