pub type EOS_Achievements_UnlockAchievementsOptions = _tagEOS_Achievements_UnlockAchievementsOptions;Expand description
Input parameters for the EOS_Achievements_UnlockAchievements function.
Aliased Type§
#[repr(C)]pub struct EOS_Achievements_UnlockAchievementsOptions {
pub ApiVersion: i32,
pub UserId: *mut EOS_ProductUserIdDetails,
pub AchievementIds: *mut *const i8,
pub AchievementsCount: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ACHIEVEMENTS_UNLOCKACHIEVEMENTS_API_LATEST.
UserId: *mut EOS_ProductUserIdDetailsThe Product User ID for the user whose achievements we want to unlock.
AchievementIds: *mut *const i8An array of Achievement IDs to unlock.
AchievementsCount: u32The number of achievements to unlock.