Interface IItemClearState
- Namespace
- Uncreated.Warfare.Util.Inventory
- Assembly
- Uncreated.Warfare.dll
public interface IItemClearState
Properties
ClearClothes
bool ClearClothes { get; }
Property Value
- bool
Silent
Property Value
- bool
Methods
ShouldClearItem(ItemJar, Page, ItemAsset)
bool ShouldClearItem(ItemJar jar, Page page, ItemAsset item)
Parameters
jar ItemJar
page Page
item ItemAsset
Returns
- bool
ShouldClearItem(ClothingType, ItemAsset, byte[], byte)
bool ShouldClearItem(ClothingType clothingType, ItemAsset clothing, byte[] state, byte quality)
Parameters
clothingType ClothingType
clothing ItemAsset
state byte[]
quality byte
Returns
- bool