API Referenceglobal
ClothingEntryclass
object→ClothingEntry
Constructors2
Showing 2 constructors
No results match this filter.
Properties5
Showing 5 properties
public string Sandbox.ClothingContainer.ClothingEntry.Bone { get; set; }
If this item is manually placed, this is the bone we're attached to
Returns:
string—public Sandbox.Clothing Sandbox.ClothingContainer.ClothingEntry.Clothing { get; set; }
A direct reference to the clothing item
public int Sandbox.ClothingContainer.ClothingEntry.ItemDefinitionId { get; set; }
If this is a Steam Inventory Item then this is the item definition id. This usually means we'll look up the clothing item from the workshop.
Returns:
int—public System.Nullable`1<float> Sandbox.ClothingContainer.ClothingEntry.Tint { get; set; }
Used to select a tint for the item. The gradients are defined in the item.
Returns:
Nullable<float>—public System.Nullable`1<Transform> Sandbox.ClothingContainer.ClothingEntry.Transform { get; set; }
If this item is manually placed, this is the offset relative to the bone
No results match this filter.