DayZ 1.27
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 строка 683

684 {
685 return 0.0;
686 }