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

См. исходные тексты.

Структуры данных

class  BenchmarkLocation
 
class  MissionBenchmark
 

Функции

void AddLocation (notnull BenchmarkLocation loc)
 
void AddQuickLocation (string name, vector pos, vector lookAtPos)
 
void AddTeleport ()
 
void AddWait ()
 
void LogToRPT (bool logRPT)
 
void DoDevPrints (bool doPrints)
 
void SetPreloadLengthTime (int seconds)
 
void SetTestTimeMultiplier (float multiplier)
 
void SetCSVName (string name)
 

Переменные

class BenchmarkLocation m_LogToRPT
 
bool m_DoDevPrints
 
int m_PreloadLength = 5
 
float m_TimeMultiplier = 1
 
string m_CSVName
 
ref array< ref BenchmarkLocationm_Locations = new array<ref BenchmarkLocation>()