SysAuctionPrepareItemArg — различия между версиями

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 12 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: пакет (CallID)
+
* Тип / Type: Пакет / Packet (CallID)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
* Опкод: 0x110B
+
* Опкод / Opcode: 0x110B
* Ответный пакет: [[SysAuctionPrepareItemRes]]
+
* Ответный пакет / Response Packet: [[SysAuctionPrepareItemRes]]
== Структура 1.5.5 ==
+
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Тип данных
+
! colspan="2" align="center" scope="row" | Структура / Declaration
! Название
+
 
|-
 
|-
| vector<int,std::allocator<int>>
+
! colspan="2" align="center" scope="row" | 1.4.5 v63 — 1.5.5 v156
| indexes
+
== Структура 1.5.5 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
| vector<int,std::allocator<int>>
+
| [[CUInt]]
| item_ids
+
| indexes_size
|}
+
== Структура 1.5.4 ==
+
{| class="wikitable" border="1"
+
 
|-
 
|-
! Тип данных
+
| int[]
! Название
+
|-
+
| vector<int,std::allocator<int>>
+
 
| indexes
 
| indexes
== Структура 1.5.4 ==
 
{| class="wikitable" border="1"
 
|-
 
! Тип данных
 
! Название
 
|-
 
| vector<int,std::allocator<int>>
 
| item_ids
 
|}
 
== Структура 1.5.1 ==
 
{| class="wikitable" border="1"
 
|-
 
! Тип данных
 
! Название
 
|-
 
| vector<int,std::allocator<int>>
 
| indexes
 
== Структура 1.5.1 ==
 
{| class="wikitable" border="1"
 
 
|-
 
|-
! Тип данных
+
| [[CUInt]]
! Название
+
| item_ids_size
 
|-
 
|-
| vector<int,std::allocator<int>>
+
| int[]
 
| item_ids
 
| item_ids
 
|}
 
|}

Текущая версия на 12:01, 19 июня 2018

  • Тип / Type: Пакет / Packet (CallID)
  • Сервис / Service: gdeliveryd
  • Опкод / Opcode: 0x110B
  • Ответный пакет / Response Packet: SysAuctionPrepareItemRes
Структура / Declaration
1.4.5 v63 — 1.5.5 v156
Тип / Type Название / Name
CUInt indexes_size
int[] indexes
CUInt item_ids_size
int[] item_ids