League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ContextualActionData

    Inheritance
    System.Object
    IResource
    ContextualActionData
    Implements
    IMetaClass
    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 Source

    Cooldown

    Declaration
    public float Cooldown { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HealthPercentThreshold

    Declaration
    public float HealthPercentThreshold { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ObjectPath

    Declaration
    public string ObjectPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Situations

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<ContextualSituation>> Situations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<ContextualSituation>>

    Implements

    IMetaClass