Class ClothingItemInstance
Represents a clothing item instance in the game world (physical clothing you own). Extends ItemInstance with color information.
[Obsolete("Use S1API.Items.Clothing.ClothingItemInstance instead")]
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
Definition
The clothing definition (template) this instance was created from.
public ClothingItemDefinition Definition { get; }