OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedClothingItem

Inheritance
System.Object
UnturnedClothingItem
Implements
IItemInstance
Namespace: OpenMod.Unturned.Items
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedClothingItem : object, IItemInstance

Constructors

| Improve this Doc View Source

UnturnedClothingItem(Item, UnturnedPlayer, ClothingType)

Declaration
public UnturnedClothingItem(Item item, UnturnedPlayer player, ClothingType clothingType)
Parameters
Type Name Description
Item item
UnturnedPlayer player
ClothingType clothingType
| Improve this Doc View Source

UnturnedClothingItem(Item, PlayerClothing, ClothingType)

Declaration
public UnturnedClothingItem(Item item, PlayerClothing playerClothing, ClothingType clothingType)
Parameters
Type Name Description
Item item
PlayerClothing playerClothing
ClothingType clothingType

Properties

| Improve this Doc View Source

ClothingType

Declaration
public ClothingType ClothingType { get; }
Property Value
Type Description
ClothingType
| Improve this Doc View Source

Item

Declaration
public UnturnedItem Item { get; }
Property Value
Type Description
UnturnedItem

Explicit Interface Implementations

| Improve this Doc View Source

IItemInstance.Item

Declaration
IItem IItemInstance.Item { get; }
Returns
Type Description
IItem

Implements

IItemInstance

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)