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

◆ CheckForRope()

void CheckForRope ( InventoryLocation src,
InventoryLocation dst )
protected

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

1869 {
1870 Rope rope = Rope.Cast(src.GetItem());
1871 if (rope)
1872 rope.SetTargetLocation(dst);
1873 }
proto native EntityAI GetItem()
returns item of current inventory location

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

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