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

◆ EnumerateInventory()

proto native bool GameInventory::EnumerateInventory ( InventoryTraversalType tt,
out array< EntityAI > items )
protected

enumerate inventory using traversal type and filling items array

Аргументы
[in]ttused traversal type
[out]itemsitems in inventory (in order determined by traversal)
Возвращает
true if found any, false otherwise

Используется в AddDamageToItemByFireEx(), InventoryItem::ClearInventory(), ManBase::ClearInventory() и PrintAll().