EOS_Achievements_StatThresholds

EOS API reference page for EOS_Achievements_StatThresholds

1分で読めます

This data structure is part of the Achievements Interface.

Remarks

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)

See Also

EOS_Achievements_Definition

Properties

EOS_Achievements_StatThresholds

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_ACHIEVEMENTS_STATTHRESHOLDS_API_LATEST.
const char* NameThe name of the stat.
int32_t ThresholdThe value that the stat must surpass to satisfy the requirement for unlocking an achievement.