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

◆ GetStashedItem()

ItemBase ItemBase::GetStashedItem ( )
inlineprivate

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

14 {
15 ItemBase item;
16 if (GetInventory().GetCargo().GetItemCount() > 0)
17 {
18 item = ItemBase.Cast(GetInventory().GetCargo().GetItem(0));
19 }
20
21 return item;
22 }
class GP5GasMask extends MaskBase ItemBase
EntityAI GetItem()
Определения RadialQuickbarMenu.c:37

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

Используется в OnFinishProgressServer().