Data Structures | |
| class | BenchmarkLocation |
| class | MissionBenchmark |
Functions | |
| 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) |
Variables | |
| 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>() |
| void AddLocation | ( | notnull BenchmarkLocation | loc | ) |
References m_Locations.
References m_Locations, name, BenchmarkLocation::SetLookAtPosition(), and BenchmarkLocation::SetPosition().
| void AddTeleport | ( | ) |
References m_Locations, and BenchmarkLocation::SetDummyTeleport().
| void AddWait | ( | ) |
References m_Locations, and BenchmarkLocation::SetDummyWait().
| void DoDevPrints | ( | bool | doPrints | ) |
References m_DoDevPrints.
| void LogToRPT | ( | bool | logRPT | ) |
References m_LogToRPT.
| void SetPreloadLengthTime | ( | int | seconds | ) |
References m_PreloadLength.
| void SetTestTimeMultiplier | ( | float | multiplier | ) |
References m_TimeMultiplier.
| string m_CSVName |
Referenced by SetCSVName().
| bool m_DoDevPrints |
Referenced by DoDevPrints().
| ref array<ref BenchmarkLocation> m_Locations = new array<ref BenchmarkLocation>() |
Referenced by AddLocation(), AddQuickLocation(), AddTeleport(), and AddWait().
| class BenchmarkLocation m_LogToRPT |
Referenced by LogToRPT().
| int m_PreloadLength = 5 |
Referenced by SetPreloadLengthTime().
| float m_TimeMultiplier = 1 |
Referenced by SetTestTimeMultiplier().