![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| 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 | ) |
Definition at line 54 of file missionbenchmark.c.
Definition at line 59 of file missionbenchmark.c.
| void AddTeleport | ( | ) |
Definition at line 68 of file missionbenchmark.c.
| void AddWait | ( | ) |
Definition at line 75 of file missionbenchmark.c.
| void DoDevPrints | ( | bool | doPrints | ) |
Definition at line 88 of file missionbenchmark.c.
| void LogToRPT | ( | bool | logRPT | ) |
Definition at line 83 of file missionbenchmark.c.
| void SetCSVName | ( | string | name | ) |
Definition at line 105 of file missionbenchmark.c.
| void SetPreloadLengthTime | ( | int | seconds | ) |
Definition at line 94 of file missionbenchmark.c.
| void SetTestTimeMultiplier | ( | float | multiplier | ) |
Definition at line 100 of file missionbenchmark.c.
| string m_CSVName |
Definition at line 50 of file missionbenchmark.c.
| bool m_DoDevPrints |
Definition at line 47 of file missionbenchmark.c.
| ref array<ref BenchmarkLocation> m_Locations = new array<ref BenchmarkLocation>() |
Definition at line 52 of file missionbenchmark.c.
| class BenchmarkLocation m_LogToRPT |
| int m_PreloadLength = 5 |
Definition at line 48 of file missionbenchmark.c.
| float m_TimeMultiplier = 1 |
Definition at line 49 of file missionbenchmark.c.