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

◆ ReduceBaitQty()

void CatchingContextTrapsBase::ReduceBaitQty ( float qtyNorm)
inlineprotected

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

234 {
235 if (m_Bait)
236 {
237 if (m_Bait.HasQuantity() && !m_Bait.IsSplitable())
238 m_Bait.SetQuantityNormalized((m_Bait.GetQuantityNormalized() - qtyNorm));
239 else
240 m_Bait.DeleteSafe();
241 }
242 }
ItemBase m_Bait
Определения CatchingContextTraps.c:9

Перекрестные ссылки m_Bait.