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

◆ AdjustTime()

float AdjustTime ( float originalTime)
protected

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

902 {
903 #ifdef DIAG_DEVELOPER
904 float timeAccel = 1;
905 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.UNDERGROUND_RESERVOIR))
906 {
907 timeAccel = FeatureTimeAccel.GetFeatureTimeAccelValue();
908 return originalTime * timeAccel;
909 }
910 #endif
911 return originalTime;
912 }

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