Class PackManagerData
Inheritance
System.Object
PackManagerData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class PackManagerData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float AttackMoveTargetForgivenessRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> BuffOverrides { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float CollisionRadius { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash FollowerCrossoverAnimation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float LeashDistance { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool m3111820178 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Class0x377491e8 m930386408 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OnLeaderMoveFollowerAnimation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float OrderDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float OrderTrailingDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaEmbedded<PackFormationData>> RankToFormationMap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float UiTargetForgivenessRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements