Class UnturnedClothingItem
Inheritance
System.Object
UnturnedClothingItem
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
|
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
|
Improve this Doc
View Source
Item
Declaration
public UnturnedItem Item { get; }
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
IItemInstance.Item
Declaration
IItem IItemInstance.Item { get; }
Returns
Implements
Extension Methods