Class TftAnnouncementData
Inheritance
System.Object
TftAnnouncementData
Implements
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 TftAnnouncementData : IMetaClass
Properties
| Improve this Doc View SourceAnimatedIcon
Declaration
public MetaHash AnimatedIcon { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
Delay
Declaration
public float Delay { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Duration
Declaration
public float Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IconPath
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TitleTra
Declaration
public string TitleTra { get; set; }
Property Value
Type | Description |
---|---|
System.String |