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

◆ AddDefect()

void ItemBase::AddDefect ( )
inlineprotected

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

257 {
258 if ( GetGame().IsServer() )
259 {
260 DecreaseHealth( "", "", m_DefectRate );
261 }
262 }
float m_DefectRate
Normalized bait qty reduction on unsuccessful catch.
Определения TrapSpawnBase.c:14
proto native CGame GetGame()

Перекрестные ссылки GetGame() и m_DefectRate.