Skip to main content

EOS_Achievements_GetPlayerAchievementCountOptions

Type Alias EOS_Achievements_GetPlayerAchievementCountOptions 

Source
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: i32

API Version: Set this to EOS_ACHIEVEMENTS_GETPLAYERACHIEVEMENTCOUNT_API_LATEST.

§UserId: *mut EOS_ProductUserIdDetails

The Product User ID for the user whose achievement count is being retrieved.