Class StatStoneData
Inheritance
System.Object
StatStoneData
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class StatStoneData : BaseLoadoutData, ICatalogEntryOwner, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink Category { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool DataCollectionOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool EpicStatStone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<StatStoneEventToTrack>> EventsToTrack { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsRetired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public uint MilestoneForFullLitImage { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public uint MilestoneForHalfLitImage { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<ulong> Milestones { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string StoneName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public byte TrackingType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool TriggeredFromScript { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements