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

◆ StringFormat()

float EnProfilerTests::StringFormat ( )
inlineprivate

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

721 {
722 float startTime = GetGame().GetTickTime();
723
724 for (int i = 0; i < 1000; ++i)
725 {
726 string example = string.Format("This %1 is %2 just %3 an %4 example %5", i, Type(), this, startTime, "lorem ipsum 1 2 3");
727 }
728
729 return GetGame().GetTickTime() - startTime;
730 }
string Type
Определения JsonDataContaminatedArea.c:11
proto native float GetTickTime()
Returns current time from start of the game.
proto native CGame GetGame()

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

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