Skip to main content

EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo

Type Alias EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo 

Source
pub type EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo = _tagEOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo;
Expand description

Data containing the result information for querying a player’s achievements request.

Aliased Type§

#[repr(C)]
pub struct EOS_Achievements_OnQueryPlayerAchievementsCompleteCallbackInfo { pub ResultCode: i32, pub ClientData: *mut c_void, pub TargetUserId: *mut EOS_ProductUserIdDetails, pub LocalUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ResultCode: i32

The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.

§ClientData: *mut c_void

Context that was passed into EOS_Achievements_QueryPlayerAchievements.

§TargetUserId: *mut EOS_ProductUserIdDetails

The Product User ID whose achievements were retrieved.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user who initiated this request. For a Dedicated Server this should be null.