Class ContextualActionPlayAudio
Inheritance
System.Object
ContextualActionPlayAudio
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
Syntax
public abstract class ContextualActionPlayAudio : IContextualAction, IMetaClass
Properties
|
Improve this Doc
View Source
AllyEventName
Declaration
public string AllyEventName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AuxBusName
Declaration
public string AuxBusName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EnemyEventName
Declaration
public string EnemyEventName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResolveEventAsTarget
Declaration
public bool ResolveEventAsTarget { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ResolveEventUsingStolenLines
Declaration
public bool ResolveEventUsingStolenLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SelfEventName
Declaration
public string SelfEventName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SpectatorEventName
Declaration
public string SpectatorEventName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WaitForAnnouncerQueue
Declaration
public bool WaitForAnnouncerQueue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WaitTimeout
Declaration
public float WaitTimeout { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements