====== GAME_QUERY ====== This is the query message in Game mode. The format is the same as when in //Lobby Mode//, i.e. [[LOBBY_QUERY]]. | **Mode** | Game | | **Direction** | Client to server | | **Code** | 0x02 (2) | | **Length** | Varies | ===== Payload ===== | **Type** | **Length** | **Description** | **Values** | | int | 4 | Query ID | The reply will contain this number. | | string | Varies | Query | The query string. See below. | | byte | 1 | Parameter Count | number of query parameters to follow | | string[] | Varies | Parameters | One string for each query parameter | ===== Queries ===== The following are possible queries the may be sent. * [[iceclient:messages:queries:Friends_list|friends.list]] * [[iceclient:messages:queries:Friends_add|friends.add]] * [[iceclient:messages:queries:Friends_remove|friends.remove]] ===== Expected Replies ===== * [[iceclient:messages:query_reply|QUERY_REPLY]]