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

Search Results for

    Class PackManagerData

    Inheritance
    System.Object
    PackManagerData
    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 PackManagerData : IMetaClass

    Properties

    | Improve this Doc View Source

    AttackMoveTargetForgivenessRange

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

    BuffOverrides

    Declaration
    public MetaContainer<MetaObjectLink> BuffOverrides { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    CollisionRadius

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

    FollowerCrossoverAnimation

    Declaration
    public MetaHash FollowerCrossoverAnimation { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    LeashDistance

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

    m3111820178

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

    m930386408

    Declaration
    public Class0x377491e8 m930386408 { get; set; }
    Property Value
    Type Description
    Class0x377491e8
    | Improve this Doc View Source

    OnLeaderMoveFollowerAnimation

    Declaration
    public MetaHash OnLeaderMoveFollowerAnimation { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    OrderDelay

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

    OrderTrailingDelay

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

    RankToFormationMap

    Declaration
    public Dictionary<uint, MetaEmbedded<PackFormationData>> RankToFormationMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, MetaEmbedded<PackFormationData>>
    | Improve this Doc View Source

    UiTargetForgivenessRange

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

    Implements

    IMetaClass