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

Search Results for

    Class TargetTeamFilter

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

    Properties

    | Improve this Doc View Source

    Ally

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

    Enemy

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

    Self

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

    Implements

    IMetaClass