Class ContextualActionData
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 ContextualActionData : IResource, IMetaClass
Properties
| Improve this Doc View SourceCooldown
Declaration
public float Cooldown { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
HealthPercentThreshold
Declaration
public float HealthPercentThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ObjectPath
Declaration
public string ObjectPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Situations
Declaration
public Dictionary<MetaHash, MetaEmbedded<ContextualSituation>> Situations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<ContextualSituation>> |