Remarks
Supported types of data that can be stored with inside an attribute (used by sessions/lobbies/etc)
See Also
EOS_LobbySearch_SetParameter, EOS_SessionSearch_SetParameter
Values
EOS_EAttributeType
Enumerated Value | Meaning |
---|---|
EOS_AT_BOOLEAN | Boolean value (true/false) |
EOS_AT_INT64 | 64 bit integers |
EOS_AT_DOUBLE | Double/floating point precision |
EOS_AT_STRING | UTF8 Strings |