Class ObjectiveVoteResultsViewController
Inheritance
System.Object
ObjectiveVoteResultsViewController
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class ObjectiveVoteResultsViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AltLayoutRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float AutoActivateTimeBeforeSpawn { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint BonusVotesForJungler { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint ConsensusVotesRequired { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float DisabledTimeBeforeSpawn { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink FlippedOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LayoutRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m2008249218 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public uint NumVoters { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<ObjectiveCampDefinition>> ObjectiveCampInfo { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaEmbedded<ObjectiveIconDefinition>> ObjectiveMonsterIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ResultScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ResultTransitionScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ResultVerticalTransitionTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float TallyAutoCloseDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float VoteAutoCloseDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ObjectiveVotePanelData> VotePanelTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ObjectiveVoteResultData> VoteResultTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ObjectiveVotetTallyData> VoteTallyTemplate { get; set; }
Property Value
Implements