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

◆ Sleep2()

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

764 {
765 float startTime = GetGame().GetTickTime();
766 while (GetGame().GetTickTime() - startTime < timeS)
767 {
768 // Zzz
769 }
770
771 return GetGame().GetTickTime() - startTime;
772 }
proto native float GetTickTime()
Returns current time from start of the game.
proto native CGame GetGame()

Перекрестные ссылки EnProfilerTests::EnProfilerTests() и TestFramework().

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