Страница 1 из 1

Steam server responce

Добавлено: 2011-03-28 8:23:47
harmless
Интересует вот такой вопрос:

Код: Выделить всё

Extra Data Flag (EDF)	byte	 if present this specifies which additional data fields will be included
if ( EDF & 0x80 )	short	 The server's game port # is included
if ( EDF & 0x10 )	long long	 The server's SteamID is included
if ( EDF & 0x40 )	short string	 The spectator port # and then the spectator server name are included
if ( EDF & 0x20 )	string	 The game tag data string for the server is included [future use]
if ( EDF & 0x01 )	short ??	 The Steam Application ID again + several 0x00 bytes
Как понять вот эти записи

Код: Выделить всё

EDF & 0x0
Пишу свою статистику серверов игровых, вот интересует вот этот пункт ответа сервера

Re: Steam server responce

Добавлено: 2011-03-30 21:59:52
vadim64
логическое сложение?