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

Search Results for

    Class BankUnit

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

    Properties

    | Improve this Doc View Source

    Asynchrone

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

    BankPath

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

    Events

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

    Name

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

    VoiceOver

    Declaration
    public bool VoiceOver { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass