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

Search Results for

    Class ObjectiveVotePanelData

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

    Properties

    | Improve this Doc View Source

    DisplayGroup

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

    ForButton

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

    ForIcon

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

    ObjectiveText

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

    ObjectiveTextTraKey

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

    PendingIcon

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

    PlayerForIcon

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

    PlayerRejectIcon

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

    RejectButton

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

    RejectIcon

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

    VfxPlayerFor

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

    VfxPlayerReject

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

    VoteHolderGroup

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

    VotesLayout

    Declaration
    public MetaHash VotesLayout { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass