Class EOS_Achievements_StatThresholds

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.achievements.EOS_Achievements_StatThresholds
Direct Known Subclasses:
EOS_Achievements_StatThresholds.ByReference, EOS_Achievements_StatThresholds.ByValue

@FieldOrder({"ApiVersion","Name","Threshold"}) public class EOS_Achievements_StatThresholds extends com.sun.jna.Structure
Contains information about a collection of stat threshold data.

The threshold will depend on the stat aggregate type:
LATEST (Tracks the latest value)
MAX (Tracks the maximum value)
MIN (Tracks the minimum value)
SUM (Generates a rolling sum of the value)

Since:
8/19/2023
See Also: