Skip to main content

EOS_Mods_ModInfo

Type Alias EOS_Mods_ModInfo 

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

API Version: Set this to EOS_MODS_MODINFO_API_LATEST.

§ModsCount: i32

The count of enumerated mods

§Mods: *mut _tagEOS_Mod_Identifier

The array of enumerated mods or NULL if no such type of mods were enumerated

§Type: i32

Type of the mods