pub type EOS_Achievements_GetPlayerAchievementCountOptions = _tagEOS_Achievements_GetPlayerAchievementCountOptions;Expand description
Input parameters for the EOS_Achievements_GetPlayerAchievementCount function.
Aliased Type§
#[repr(C)]pub struct EOS_Achievements_GetPlayerAchievementCountOptions {
pub ApiVersion: i32,
pub UserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ACHIEVEMENTS_GETPLAYERACHIEVEMENTCOUNT_API_LATEST.
UserId: *mut EOS_ProductUserIdDetailsThe Product User ID for the user whose achievement count is being retrieved.