Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
BenchmarkLocation Class Reference

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

Detailed Description

Definition at line 2 of file missionbenchmark.c.

Constructor & Destructor Documentation

◆ BenchmarkLocation()

void BenchmarkLocation ( string name)
inlineprivate

Definition at line 11 of file missionbenchmark.c.

References m_Name, and name.

Member Function Documentation

◆ SetCameraSpeedMultiplier()

void SetCameraSpeedMultiplier ( float multiplier)
inlineprivate

Definition at line 27 of file missionbenchmark.c.

References m_CamSpeedMultiplier.

◆ SetDummyTeleport()

void SetDummyTeleport ( )
inlineprivate

Definition at line 32 of file missionbenchmark.c.

References m_IsDummyTeleport.

Referenced by AddTeleport().

◆ SetDummyWait()

void SetDummyWait ( )
inlineprivate

Definition at line 37 of file missionbenchmark.c.

References m_IsDummyWait.

Referenced by AddWait().

◆ SetLookAtPosition()

void SetLookAtPosition ( vector start)
inlineprivate

Definition at line 22 of file missionbenchmark.c.

References m_StartLookAtPos.

Referenced by AddQuickLocation().

◆ SetPosition()

void SetPosition ( vector start)
inlineprivate

Definition at line 16 of file missionbenchmark.c.

References m_StartPos.

Referenced by AddQuickLocation().

Field Documentation

◆ m_CamSpeedMultiplier

float m_CamSpeedMultiplier = 1
private

Definition at line 6 of file missionbenchmark.c.

Referenced by SetCameraSpeedMultiplier().

◆ m_IsDummyTeleport

bool m_IsDummyTeleport
private

Definition at line 4 of file missionbenchmark.c.

Referenced by SetDummyTeleport().

◆ m_IsDummyWait

bool m_IsDummyWait
private

Definition at line 5 of file missionbenchmark.c.

Referenced by SetDummyWait().

◆ m_Name

string m_Name
private

Definition at line 7 of file missionbenchmark.c.

Referenced by BenchmarkLocation().

◆ m_StartLookAtPos

vector m_StartLookAtPos
private

Definition at line 9 of file missionbenchmark.c.

Referenced by SetLookAtPosition(), and MissionBenchmark::TeleportToPos().

◆ m_StartPos

vector m_StartPos
private

Definition at line 8 of file missionbenchmark.c.

Referenced by SetPosition(), and MissionBenchmark::TeleportToPos().


The documentation for this class was generated from the following file: