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

Search Results for

    Class TftDamageSkin

    Inheritance
    System.Object
    BaseLoadoutData
    TftDamageSkin
    Implements
    ICatalogEntryOwner
    IMetaClass
    Inherited Members
    BaseLoadoutData.CatalogEntry
    BaseLoadoutData.DescriptionTraKey
    BaseLoadoutData.NameTraKey
    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 TftDamageSkin : BaseLoadoutData, ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    AudioBankPaths

    Declaration
    public MetaContainer<string> AudioBankPaths { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    Ceremony

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

    CeremonyDurationInSeconds

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

    DamageBuffName

    Declaration
    public string DamageBuffName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Disabled

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

    FxDataContainer

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

    Level

    Declaration
    public uint Level { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    m2385134423

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Rarity

    Declaration
    public uint Rarity { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    RotationalShopItemData

    Declaration
    public MetaEmbedded<TftRotationalShopItemData> RotationalShopItemData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftRotationalShopItemData>
    | Improve this Doc View Source

    SkinId

    Declaration
    public uint SkinId { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    StandaloneLoadoutsIcon

    Declaration
    public string StandaloneLoadoutsIcon { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StandaloneLoadoutsLargeIcon

    Declaration
    public string StandaloneLoadoutsLargeIcon { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TrovesHighlightVfx

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

    VfxResourceResolver

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

    VisualEffectDescriptors

    Declaration
    public MetaContainer<MetaEmbedded<TftDamageSkinDescriptor>> VisualEffectDescriptors { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<TftDamageSkinDescriptor>>

    Implements

    ICatalogEntryOwner
    IMetaClass