pub type EOS_Mods_ModInfo = _tagEOS_Mods_ModInfo;Expand description
Data for the EOS_Mods_CopyModInfo function.
@see EOS_Mods_CopyModInfo @see EOS_Mods_ModInfo_Release
Aliased Type§
#[repr(C)]pub struct EOS_Mods_ModInfo {
pub ApiVersion: i32,
pub ModsCount: i32,
pub Mods: *mut _tagEOS_Mod_Identifier,
pub Type: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_MODS_MODINFO_API_LATEST.
ModsCount: i32The count of enumerated mods
Mods: *mut _tagEOS_Mod_IdentifierThe array of enumerated mods or NULL if no such type of mods were enumerated
Type: i32Type of the mods