pub type EOS_Leaderboards_Definition = _tagEOS_Leaderboards_Definition;Expand description
Contains information about a single leaderboard definition
Aliased Type§
#[repr(C)]pub struct EOS_Leaderboards_Definition {
pub ApiVersion: i32,
pub LeaderboardId: *const u8,
pub StatName: *const u8,
pub Aggregation: i32,
pub StartTime: i64,
pub EndTime: i64,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LEADERBOARDS_DEFINITION_API_LATEST.
LeaderboardId: *const u8Unique ID to identify leaderboard.
StatName: *const u8Name of stat used to rank leaderboard.
Aggregation: i32Aggregation used to sort leaderboard.
StartTime: i64The POSIX timestamp for the start time, or EOS_LEADERBOARDS_TIME_UNDEFINED.
EndTime: i64The POSIX timestamp for the end time, or EOS_LEADERBOARDS_TIME_UNDEFINED.