Class UnturnedItemAsset
Inheritance
System.Object
UnturnedItemAsset
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedItemAsset : object, IItemAsset
Constructors
|
Improve this Doc
View Source
UnturnedItemAsset(ItemAsset)
Declaration
public UnturnedItemAsset(ItemAsset itemAsset)
Parameters
Type |
Name |
Description |
ItemAsset |
itemAsset |
|
Properties
|
Improve this Doc
View Source
ItemAsset
Declaration
public ItemAsset ItemAsset { get; }
Property Value
Type |
Description |
ItemAsset |
|
|
Improve this Doc
View Source
ItemAssetId
Declaration
public string ItemAssetId { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ItemName
Declaration
public string ItemName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ItemType
Declaration
public string ItemType { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MaxAmount
Declaration
public double? MaxAmount { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
MaxDurability
Declaration
public double? MaxDurability { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
MaxQuality
Declaration
public double? MaxQuality { get; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Implements
Extension Methods