Skip to main content

EOS_Lobby_AttributeData

Type Alias EOS_Lobby_AttributeData 

Source
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 u8, pub Value: _tagEOS_Lobby_AttributeData__bindgen_ty_1, pub ValueType: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LOBBY_ATTRIBUTEDATA_API_LATEST.

§Key: *const u8

Name of the lobby attribute

§Value: _tagEOS_Lobby_AttributeData__bindgen_ty_1

Value of the lobby attribute

§ValueType: i32

Type of value stored in the union