EOS_Stats_QueryStatsOptions

EOS API reference page for EOS_Stats_QueryStatsOptions

1分で読めます

This data structure is part of the Stats Interface.

Remarks

Input parameters for the EOS_Stats_QueryStats function.

Properties

EOS_Stats_QueryStatsOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_STATS_QUERYSTATS_API_LATEST.
EOS_ProductUserId LocalUserIdThe Product User ID of the local user requesting the stats. Set to null for dedicated server.
int64_t StartTimeIf not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for start time (Optional).
int64_t EndTimeIf not EOS_STATS_TIME_UNDEFINED then this is the POSIX timestamp for end time (Optional).
const char** StatNamesAn array of stat names to query for (Optional).
uint32_t StatNamesCountThe number of stat names included in query (Optional), may not exceed EOS_STATS_MAX_QUERY_STATS.
EOS_ProductUserId TargetUserIdThe Product User ID for the user whose stats are being retrieved