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

Search Results for

    Class ScriptGlobalProperties

    Inheritance
    System.Object
    ScriptGlobalProperties
    Implements
    IMetaClass
    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 ScriptGlobalProperties : IMetaClass

    Properties

    | Improve this Doc View Source

    AutoBuffActivateAttachBoneNames

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

    AutoBuffActivateEffects

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

    BuffName

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

    BuffTextureName

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

    CastTime

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

    ChannelDuration

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

    DeathEventType

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

    DisplayName

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

    IsDeathRecapSource

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

    IsItemToggled

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

    NonDispellable

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

    OnPreDamagePriority

    Declaration
    public int OnPreDamagePriority { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PersistsThroughDeath

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

    PopupMessages

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

    SpellFxOverrideSkins

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

    SpellToggleSlot

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

    SpellVoOverrideSkins

    Declaration
    public MetaContainer<string> SpellVoOverrideSkins { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>

    Implements

    IMetaClass