EOS_Stats_Stat

EOS API reference page for EOS_Stats_Stat

1分未満で読めます

This data structure is part of the Stats Interface.

Remarks

Contains information about a single player stat.

Properties

EOS_Stats_Stat

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_STATS_STAT_API_LATEST.
const char* NameName of the stat.
int64_t StartTimeIf not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time.
int64_t EndTimeIf not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time.
int32_t ValueCurrent value for the stat.