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

Search Results for

    Class GameScript

    Inheritance
    System.Object
    Rscript
    Class0x21c740af
    GameScript
    BuffScript
    CharScript
    FunctionModule
    ItemScript
    LolSpellScript
    Implements
    IMetaClass
    Inherited Members
    Class0x21c740af.Functions
    Class0x21c740af.CustomSequences
    Class0x21c740af.Sequences
    Rscript.Path
    Rscript.ScriptName
    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 GameScript : Class0x21c740af, IMetaClass

    Properties

    | Improve this Doc View Source

    GlobalProperties

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

    IsEnabled

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

    PreloadData

    Declaration
    public MetaEmbedded<LolSpellPreloadData> PreloadData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<LolSpellPreloadData>

    Implements

    IMetaClass