DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SerializeInventoryCheckForItem()

static void InventoryInputUserData::SerializeInventoryCheckForItem ( ParamsWriteContext ctx,
EntityAI item )
inlinestaticprivate

См. определение в файле InventoryInputUserData.c строка 24

25 {
26 InventoryLocation il = new InventoryLocation;
27 item.GetInventory().GetCurrentInventoryLocation(il);
28 il.WriteToContext(ctx);
29 }
bool WriteToContext(ParamsWriteContext ctx)
Определения InventoryLocation.c:507

Перекрестные ссылки InventoryLocation::WriteToContext().

Используется в SendClientInventoryCheck() и SendServerInventoryCheck().