Class AnnouncementDefinitionData
Inheritance
System.Object
AnnouncementDefinitionData
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 AnnouncementDefinitionData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AlliedElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool CanBeMadeObsolete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string ChatMessageKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash CommonElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EnemyElements { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool MakeLowerPriorityEventsObsolete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ushort Priority { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Declaration
public string SoundKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string SpectatorSoundKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink Style { get; set; }
Property Value
|
Improve this Doc
View Source
TextKey
Declaration
public string TextKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements