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

◆ DoEverything()

float DoEverything ( )

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

785 {
786 float startTime = GetGame().GetTickTime();
787
788 Sleep2(3);
789 SleepAgain(3);
790
791 return GetGame().GetTickTime() - startTime;
792 }
float SleepAgain(float timeS)
Определения EnProfilerTests.c:773
EnProfilerTests TestFramework Sleep2(float timeS)
Определения EnProfilerTests.c:763
proto native float GetTickTime()
Returns current time from start of the game.
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetTickTime() и Sleep2().