Class SpellDataResourceClient
Inheritance
System.Object
SpellDataResourceClient
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 SpellDataResourceClient : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public bool AddAdditionalReticleIfRequiredForGameMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, MetaEmbedded<CustomTargeterDefinitions>> CustomTargeterDefinitions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint LeftClickSpellAction { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MissileAttachedTargetingDefinition> MissileTargeterDefinitions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint RightClickSpellAction { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public SpawningUiDefinition SpawningUiDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<TargeterDefinition> TargeterDefinitions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TooltipInstanceSpell TooltipData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UseDeathRecapTooltipFromAnotherSpell { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash UseTooltipFromAnotherSpell { get; set; }
Property Value
Implements