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

Search Results for

    Class DamageShieldedLogic

    Inheritance
    System.Object
    IStatStoneLogicDriver
    DamageShieldedLogic
    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 DamageShieldedLogic : IStatStoneLogicDriver, IMetaClass

    Properties

    | Improve this Doc View Source

    DamageSourceCanBeChampion

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

    DamageSourceCanBeMinion

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

    DamageSourceCanBeTurret

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

    ShieldTargetCanBeAlly

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

    ShieldTargetCanBeChampion

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

    ShieldTargetCanBeMinion

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

    ShieldTargetCanBeSelf

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

    ShieldTargetCanBeTurret

    Declaration
    public bool ShieldTargetCanBeTurret { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass