DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ReduceBaitQty()
void CatchingContextTrapsBase::ReduceBaitQty
(
float
qtyNorm
)
inline
protected
См. определение в файле
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
}
CatchingContextTrapsBase::m_Bait
ItemBase m_Bait
Определения
CatchingContextTraps.c:9
Перекрестные ссылки
m_Bait
.
CatchingContextTrapsBase
Создано системой
1.13.2