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

◆ PressureLevelToValue()

float PressureLevelToValue ( int pPressureLevel)
protected

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

654 {
655 switch (pPressureLevel)
656 {
657 case PL_MIN:
658 return 0.0;
659 case PL_AVERAGE:
660 return 0.5;
661 case PL_MAX:
662 return 1.0;
663 }
664
665 return 0.0;
666 }
const int PL_MAX
const int PL_MIN
const int PL_AVERAGE

Перекрестные ссылки PL_AVERAGE, PL_MAX и PL_MIN.

Используется в EOnPostSimulate().