Class BankUnit
Inheritance
System.Object
BankUnit
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 BankUnit : IMetaClass
Properties
| Improve this Doc View SourceAsynchrone
Declaration
public bool Asynchrone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BankPath
Declaration
public MetaContainer<string> BankPath { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
Events
Declaration
public MetaContainer<string> Events { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VoiceOver
Declaration
public bool VoiceOver { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |