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

◆ StopInfestation()

string StopInfestation ( float consumed_quantity)
private

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

590 {
591 m_SprayQuantity += consumed_quantity;
592
594 {
595 m_IsInfested = false;
597
598 ChangeInfestation( false );
599 UpdatePlant();
600
601 return "I've sprayed the plant a bit. Now it is enough spayed.";
602 }
603 else
604 {
605 return "I've sprayed the plant a bit.";
606 }
607 }
float m_InfestationChance
Определения PlantBase.c:14
enum EPlantState m_SprayUsage
void ChangeInfestation(bool is_infested)
Определения PlantBase.c:464
float m_SprayQuantity
Определения PlantBase.c:27
bool m_IsInfested
Определения PlantBase.c:26
void UpdatePlant()
Определения PlantBase.c:495

Перекрестные ссылки ChangeInfestation(), m_InfestationChance, m_IsInfested, m_SprayQuantity, m_SprayUsage и UpdatePlant().