Class LootStatus
Inheritance
System.Object
LootStatus
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 LootStatus : IMetaClass
Properties
| Improve this Doc View SourceActive
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ActiveDate
Declaration
public string ActiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AutoRedeem
Declaration
public bool AutoRedeem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImageTexturePath
Declaration
public string ImageTexturePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InactiveDate
Declaration
public string InactiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LifetimeMax
Declaration
public int LifetimeMax { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tags
Declaration
public MetaContainer<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |