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

Search Results for

    Class EsportsBannerConfiguration

    Inheritance
    System.Object
    EsportsBannerConfiguration
    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 EsportsBannerConfiguration : IMetaClass

    Properties

    | Improve this Doc View Source

    AssociatedTeams

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

    AssociatedVersions

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

    EsportsTeam

    Declaration
    public MetaHash EsportsTeam { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    EventMutator

    Declaration
    public MetaObjectLink EventMutator { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    IsAnEvent

    Declaration
    public bool IsAnEvent { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LeagueFlavors

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

    LeagueName

    Declaration
    public string LeagueName { 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

    Priority

    Declaration
    public uint Priority { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    TexturePath

    Declaration
    public MetaWadEntryLink TexturePath { get; set; }
    Property Value
    Type Description
    MetaWadEntryLink

    Implements

    IMetaClass