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

◆ CheckForRope()

void CheckForRope ( InventoryLocation src,
InventoryLocation dst )
protected

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

1626 {
1627 Rope rope = Rope.Cast(src.GetItem());
1628 if (rope)
1629 rope.SetTargetLocation(dst);
1630 }
proto native EntityAI GetItem()
returns item of current inventory location

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

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