Choose your implementation method:
This data structure is part of the Stats Interface.
Contains information about a single player stat.
Properties
EOS_Stats_Stat
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_STATS_STAT_API_LATEST.
|
const char* Name
|
Name of the stat.
|
int64_t StartTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time.
|
int64_t EndTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time.
|
int32_t Value
|
Current value for the stat.
|
This data structure is part of the Stats Interface.
Contains information about a single player stat.
Properties
Stats.Stat
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_STATS_STAT_API_LATEST.
|
string Name
|
Name of the stat.
|
System.DateTimeOffset? StartTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time.
|
System.DateTimeOffset? EndTime
|
If not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time.
|
int Value
|
Current value for the stat.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no