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

Search Results for

    Class ContextualConditionCastTarget

    Inheritance
    System.Object
    IContextualCondition
    ContextualConditionCastTarget
    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 ContextualConditionCastTarget : IContextualCondition, IMetaClass

    Properties

    | Improve this Doc View Source

    ConditionRelationship

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

    IsAlly

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

    IsEnemy

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

    IsSelf

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

    Implements

    IMetaClass