League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class LootItem

    Inheritance
    System.Object
    LootOutputBase
    LootItem
    Implements
    IMetaClass
    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 Source

    AdminDescription

    Declaration
    public string AdminDescription { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Details

    Declaration
    public MetaEmbedded<LootItemDetails> Details { get; set; }
    Property Value
    Type Description
    MetaEmbedded<LootItemDetails>
    | Improve this Doc View Source

    HoverDescription

    Declaration
    public string HoverDescription { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InternalName

    Declaration
    public string InternalName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Status

    Declaration
    public MetaEmbedded<LootStatus> Status { get; set; }
    Property Value
    Type Description
    MetaEmbedded<LootStatus>

    Implements

    IMetaClass