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

Search Results for

    Class ContextualRule

    Inheritance
    System.Object
    ContextualRule
    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 ContextualRule : IMetaClass

    Properties

    | Improve this Doc View Source

    AnimationAction

    Declaration
    public ContextualActionPlayAnimation AnimationAction { get; set; }
    Property Value
    Type Description
    ContextualActionPlayAnimation
    | Improve this Doc View Source

    AudioAction

    Declaration
    public ContextualActionPlayAudio AudioAction { get; set; }
    Property Value
    Type Description
    ContextualActionPlayAudio
    | Improve this Doc View Source

    CanStompSelf

    Declaration
    public bool CanStompSelf { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ChanceWeight

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

    ConditionRelationship

    Declaration
    public uint ConditionRelationship { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Conditions

    Declaration
    public MetaContainer<IContextualCondition> Conditions { get; set; }
    Property Value
    Type Description
    MetaContainer<IContextualCondition>
    | Improve this Doc View Source

    CooldownModifications

    Declaration
    public ContextualActionCooldownModifications CooldownModifications { get; set; }
    Property Value
    Type Description
    ContextualActionCooldownModifications
    | Improve this Doc View Source

    OverrideCacCooldown

    Declaration
    public bool OverrideCacCooldown { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Priority

    Declaration
    public MetaOptional<int> Priority { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Int32>
    | Improve this Doc View Source

    StompLowerPriority

    Declaration
    public bool StompLowerPriority { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TriggerEventAction

    Declaration
    public ContextualActionTriggerEvent TriggerEventAction { get; set; }
    Property Value
    Type Description
    ContextualActionTriggerEvent

    Implements

    IMetaClass