Class ClothingItem
Inheritance
System.Object
ClothingItem
Assembly: Eco.Gameplay.dll
Syntax
[ItemGroup("Avatar Part")]
[MaxStackSize(1)]
public abstract class ClothingItem : Item, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
ClothingItem()
Declaration
Properties
Slot
Declaration
public virtual string Slot { get; }
Property Value
Type |
Description |
System.String |
|
Starter
Declaration
public virtual bool Starter { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetFlatStats()
Declaration
public virtual Dictionary<UserStatType, float> GetFlatStats()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<UserStatType, System.Single> |
|
OnUsed(Player, ItemStack)
Declaration
public override string OnUsed(Player player, ItemStack itemStack)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Implements
Extension Methods