EOS_Lobby_AttributeData

EOS API reference page for EOS_Lobby_AttributeData

1分未満で読めます

This data structure is part of the Lobby Interface.

Remarks

Contains information about lobby and lobby member data

Properties

EOS_Lobby_AttributeData

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LOBBY_ATTRIBUTEDATA_API_LATEST.
const char* KeyName of the lobby attribute
int64_t AsInt64Stored as an 8 byte integer
double AsDoubleStored as a double precision floating point
EOS_Bool AsBoolStored as a boolean
const char* AsUtf8Stored as a null terminated UTF8 string
} ValueStored as a null terminated UTF8 string
EOS_ELobbyAttributeType ValueTypeType of value stored in the union