Class TargetingParameters
Inheritance
System.Object
TargetingParameters
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 TargetingParameters : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public uint AffectsStatusFlags { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint AffectsTypeFlags { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<byte> ExitConditions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m2031902627 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool m2554702439 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaEmbedded<Class0xe90af953>> m4232457568 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m731671059 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public ITargetingRangeValue RangeValue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SpellFlags { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string TargetingParamName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ObjectTags> UnitObjectTags { get; set; }
Property Value
Implements