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

◆ GetInfectionChance()

float InventoryItem::GetInfectionChance ( int system = 0,
Param param = null )
inlineprivate

Infection chance while/after using this item, originally used for wound infection after bandaging, params 'system' and 'param' can allow usage by other systems as well.

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

694 {
695 return 0.0;
696 }