Skip to main content

EOS_Mod_Identifier

Type Alias EOS_Mod_Identifier 

Source
pub type EOS_Mod_Identifier = _tagEOS_Mod_Identifier;
Expand description

EOS_Mod_Identifier is used to identify a mod.

Aliased Type§

#[repr(C)]
pub struct EOS_Mod_Identifier { pub ApiVersion: i32, pub NamespaceId: *const u8, pub ItemId: *const u8, pub ArtifactId: *const u8, pub Title: *const u8, pub Version: *const u8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_MOD_IDENTIFIER_API_LATEST.

§NamespaceId: *const u8

Product namespace id in which this mod item exists

§ItemId: *const u8

Item id of the Mod

§ArtifactId: *const u8

Artifact id of the Mod

§Title: *const u8

Represent mod item title.

§Version: *const u8

Represent mod item version.