![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | BenchmarkLocation (string name) |
| void | SetCameraSpeedMultiplier (float multiplier) |
| void | SetDummyTeleport () |
| void | SetDummyWait () |
| void | SetLookAtPosition (vector start) |
| void | SetPosition (vector start) |
Private Attributes | |
| float | m_CamSpeedMultiplier = 1 |
| bool | m_IsDummyTeleport |
| bool | m_IsDummyWait |
| string | m_Name |
| vector | m_StartLookAtPos |
| vector | m_StartPos |
Definition at line 2 of file missionbenchmark.c.
|
inlineprivate |
Definition at line 11 of file missionbenchmark.c.
|
inlineprivate |
Definition at line 27 of file missionbenchmark.c.
References m_CamSpeedMultiplier.
|
inlineprivate |
Definition at line 32 of file missionbenchmark.c.
References m_IsDummyTeleport.
Referenced by AddTeleport().
|
inlineprivate |
Definition at line 37 of file missionbenchmark.c.
References m_IsDummyWait.
Referenced by AddWait().
|
inlineprivate |
Definition at line 22 of file missionbenchmark.c.
References m_StartLookAtPos.
Referenced by AddQuickLocation().
|
inlineprivate |
Definition at line 16 of file missionbenchmark.c.
References m_StartPos.
Referenced by AddQuickLocation().
|
private |
Definition at line 6 of file missionbenchmark.c.
Referenced by SetCameraSpeedMultiplier().
|
private |
Definition at line 4 of file missionbenchmark.c.
Referenced by SetDummyTeleport().
|
private |
Definition at line 5 of file missionbenchmark.c.
Referenced by SetDummyWait().
|
private |
Definition at line 7 of file missionbenchmark.c.
Referenced by BenchmarkLocation().
|
private |
Definition at line 9 of file missionbenchmark.c.
Referenced by SetLookAtPosition(), and MissionBenchmark::TeleportToPos().
|
private |
Definition at line 8 of file missionbenchmark.c.
Referenced by SetPosition(), and MissionBenchmark::TeleportToPos().