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

◆ AdjustTime()

float AdjustTime ( float originalTime)
protected

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

915 {
916 #ifdef DIAG_DEVELOPER
917 float timeAccel = 1;
918 if (FeatureTimeAccel.GetFeatureTimeAccelEnabled(ETimeAccelCategories.UNDERGROUND_RESERVOIR))
919 {
920 timeAccel = FeatureTimeAccel.GetFeatureTimeAccelValue();
921 return originalTime * timeAccel;
922 }
923 #endif
924 return originalTime;
925 }

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