Class TftMapItemData
Inheritance
System.Object
TftMapItemData
Implements
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 TftMapItemData : IMetaClass
Properties
| Improve this Doc View SourceArmoryIconPath
Declaration
public string ArmoryIconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EffectAmounts
Declaration
public MetaContainer<MetaEmbedded<TftEffectAmount>> EffectAmounts { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<TftEffectAmount>> |
IconPath
Declaration
public string IconPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemId
Declaration
public uint ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameId
Declaration
public string NameId { get; set; }
Property Value
Type | Description |
---|---|
System.String |