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

◆ PressureLevelToValue()

float PressureLevelToValue ( int pPressureLevel)
protected

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

641 {
642 switch (pPressureLevel)
643 {
644 case PL_MIN:
645 return 0.0;
646 case PL_AVERAGE:
647 return 0.5;
648 case PL_MAX:
649 return 1.0;
650 }
651
652 return 0.0;
653 }
const int PL_MAX
const int PL_MIN
const int PL_AVERAGE

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

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