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

◆ GetGasCanister()

EntityAI ItemBase::GetGasCanister ( )
inlineprotected

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

112 {
113 if (GetInventory().AttachmentCount() != 0)
114 {
115 return GetInventory().GetAttachmentFromIndex(0);
116 }
117
118 return null;
119 }

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