pub type EOS_Lobby_AttributeData = _tagEOS_Lobby_AttributeData;Expand description
Contains information about lobby and lobby member data
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_AttributeData {
pub ApiVersion: i32,
pub Key: *const i8,
pub Value: _tagEOS_Lobby_AttributeData__bindgen_ty_1,
pub ValueType: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_ATTRIBUTEDATA_API_LATEST.
Key: *const i8Name of the lobby attribute
Value: _tagEOS_Lobby_AttributeData__bindgen_ty_1Value of the lobby attribute
ValueType: i32Type of value stored in the union