Class LootItem
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class LootItem : LootOutputBase, IMetaClass
Properties
| Improve this Doc View SourceAdminDescription
Declaration
public string AdminDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Details
Declaration
public MetaEmbedded<LootItemDetails> Details { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<LootItemDetails> |
HoverDescription
Declaration
public string HoverDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InternalName
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public MetaEmbedded<LootStatus> Status { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<LootStatus> |