Структуры данных | |
| 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 BenchmarkLocation > | m_Locations = new array<ref BenchmarkLocation>() |