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

◆ ValidateUserReservationCancel()

bool HumanInventory::ValidateUserReservationCancel ( inout Serializer ctx,
InventoryValidation validation )
inlineprotected

TODO(kumarjac): It returned true and claimed success before, is this correct?

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

601 {
602 validation.m_Result = InventoryValidationResult.SUCCESS;
603
604 int index = -1;
605 if (!ctx.Read(index))
606 {
608 return true;
609 }
610
612 //m_UserReservationToClear = index;
613
614 return true;
615 }
InventoryValidationResult
Определения Inventory.c:30
proto native bool ClearUserReservedLocationAtIndex(int index)
InventoryValidationResult m_Result
Определения Inventory.c:48

Перекрестные ссылки ClearUserReservedLocationAtIndex() и InventoryValidation::m_Result.