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

Class UnturnedItemAsset

Inheritance
System.Object
UnturnedItemAsset
Implements
IItemAsset
Namespace: OpenMod.Unturned.Items
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

IItemAsset

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)