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

Search Results for

    Class WallFollowMovement

    Inheritance
    System.Object
    MissileMovementSpec
    WallFollowMovement
    Implements
    IMetaClass
    Inherited Members
    MissileMovementSpec.TracksTarget
    MissileMovementSpec.TargetHeightAugment
    MissileMovementSpec.TargetBoneName
    MissileMovementSpec.StartBoneSkinOverrides
    MissileMovementSpec.StartDelay
    MissileMovementSpec.VisualsTrackHiddenTargets
    MissileMovementSpec.StartBoneName
    MissileMovementSpec.UseHeightOffsetAtEnd
    MissileMovementSpec.OffsetInitialTargetHeight
    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 WallFollowMovement : MissileMovementSpec, IMetaClass

    Properties

    | Improve this Doc View Source

    AddBonusAttackRangeToCastRange

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

    CounterClockwise

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

    InferDirectionFromFacingIfNeeded

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

    ProjectTargetToCastRange

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

    Speed

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

    StopHalfwayAround

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

    UseGroundHeightAtTarget

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

    UsePointSmoothing

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

    WallLength

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

    WallOffset

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

    WallSearchRadius

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

    Implements

    IMetaClass