Skip to main content

EOS_Mods_InstallModCallbackInfo

Type Alias EOS_Mods_InstallModCallbackInfo 

Source
pub type EOS_Mods_InstallModCallbackInfo = _tagEOS_Mods_InstallModCallbackInfo;
Expand description

Output parameters for the EOS_Mods_InstallMod Function. These parameters are received through the callback provided to EOS_Mods_InstallMod

Aliased Type§

#[repr(C)]
pub struct EOS_Mods_InstallModCallbackInfo { pub ResultCode: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub ClientData: *mut c_void, pub Mod: *const _tagEOS_Mod_Identifier, }

Fields§

§ResultCode: i32

Result code for the operation. EOS_Success is returned if the installation was successful, otherwise one of the error codes is returned.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user for which mod installation was requested

§ClientData: *mut c_void

Context that is passed into EOS_Mods_InstallMod

§Mod: *const _tagEOS_Mod_Identifier

Mod for which installation was requested