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

◆ EnProfilerTests()

void Sleep2::EnProfilerTests ( )

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

774 {
775 float startTime = GetGame().GetTickTime();
776 while (GetGame().GetTickTime() - startTime < timeS)
777 {
778 // Zzz
779 }
780
781 return GetGame().GetTickTime() - startTime;
782 }
783
784 float DoEverything()
float DoEverything()
Определения EnProfilerTests.c:784
proto native float GetTickTime()
Returns current time from start of the game.
proto native CGame GetGame()