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

Search Results for

    Class ObjectiveVoteResultsViewController

    Inheritance
    System.Object
    ViewController
    ObjectiveVoteResultsViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 ObjectiveVoteResultsViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AltLayoutRegion

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

    AutoActivateTimeBeforeSpawn

    Declaration
    public float AutoActivateTimeBeforeSpawn { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseLoadable

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

    BonusVotesForJungler

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

    ConsensusVotesRequired

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

    DisabledTimeBeforeSpawn

    Declaration
    public float DisabledTimeBeforeSpawn { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    FlippedOverride

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

    LayoutRegion

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

    m2008249218

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

    NumVoters

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

    ObjectiveCampInfo

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

    ObjectiveMonsterIcons

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<ObjectiveIconDefinition>> ObjectiveMonsterIcons { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<ObjectiveIconDefinition>>
    | Improve this Doc View Source

    ResultScene

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

    ResultTransitionScene

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

    ResultVerticalTransitionTime

    Declaration
    public float ResultVerticalTransitionTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Scene

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

    TallyAutoCloseDelay

    Declaration
    public float TallyAutoCloseDelay { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    VoteAutoCloseDelay

    Declaration
    public float VoteAutoCloseDelay { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    VotePanelTemplate

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

    VoteResultTemplate

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

    VoteTallyTemplate

    Declaration
    public MetaEmbedded<ObjectiveVotetTallyData> VoteTallyTemplate { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ObjectiveVotetTallyData>

    Implements

    IMetaClass