Search Results for

    Show / Hide Table of Contents

    Class Orbwalker.OrbSettings

    Inheritance
    System.Object
    Orbwalker.OrbSettings
    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: Oasys.Common.Logic
    Assembly: Oasys.Common.dll
    Syntax
    public static class OrbSettings

    Properties

    AllowAttacking

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

    AllowMoving

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

    AttackCooldownRemaining

    Declaration
    public static float AttackCooldownRemaining { get; }
    Property Value
    Type Description
    System.Single

    CanBasicAttack

    Declaration
    public static bool CanBasicAttack { get; }
    Property Value
    Type Description
    System.Boolean

    CanMove

    Declaration
    public static bool CanMove { get; }
    Property Value
    Type Description
    System.Boolean

    ForceMovePosition

    Declaration
    public static Vector2 ForceMovePosition { get; set; }
    Property Value
    Type Description
    SharpDX.Vector2

    HarassTarget

    Declaration
    public static GameObjectBase HarassTarget { get; }
    Property Value
    Type Description
    GameObjectBase

    HeroTarget

    Declaration
    public static Hero HeroTarget { get; }
    Property Value
    Type Description
    Hero

    LaneClearTarget

    Declaration
    public static GameObjectBase LaneClearTarget { get; set; }
    Property Value
    Type Description
    GameObjectBase

    LastBasicAttack

    Declaration
    public static float LastBasicAttack { get; set; }
    Property Value
    Type Description
    System.Single

    LastHitTarget

    Declaration
    public static GameObjectBase LastHitTarget { get; set; }
    Property Value
    Type Description
    GameObjectBase

    LastMove

    Declaration
    public static float LastMove { get; }
    Property Value
    Type Description
    System.Single

    MixedTarget

    Declaration
    public static GameObjectBase MixedTarget { get; set; }
    Property Value
    Type Description
    GameObjectBase

    OrbwalkingMode

    Declaration
    public static OrbwalkingMode OrbwalkingMode { get; set; }
    Property Value
    Type Description
    OrbwalkingMode

    PreviousMinion

    Declaration
    public static Minion PreviousMinion { get; }
    Property Value
    Type Description
    Minion

    SelectedHero

    Declaration
    public static GameObjectBase SelectedHero { get; set; }
    Property Value
    Type Description
    GameObjectBase

    SelectedTarget

    Declaration
    public static GameObjectBase SelectedTarget { get; set; }
    Property Value
    Type Description
    GameObjectBase

    TargetChampionsOnly

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

    TargetHero

    Declaration
    public static GameObjectBase TargetHero { get; }
    Property Value
    Type Description
    GameObjectBase
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾