Class NeutralTimerData
Inheritance
System.Object
NeutralTimerData
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 NeutralTimerData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool m966115899 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<NeutralTimerSourceIconData>> SourceIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<NeutralTimerElements> TimerElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ushort TimerKeyName { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TimerName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Tooltip { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string TooltipCampName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string TooltipChatNameChaos { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string TooltipChatNameOrder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string TooltipRespawn { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements