Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
missionbenchmark.c File Reference

Go to the source code of this file.

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 DoDevPrints (bool doPrints)
void LogToRPT (bool logRPT)
void SetCSVName (string name)
void SetPreloadLengthTime (int seconds)
void SetTestTimeMultiplier (float multiplier)

Variables

string m_CSVName
bool m_DoDevPrints
ref array< ref BenchmarkLocationm_Locations = new array<ref BenchmarkLocation>()
class BenchmarkLocation m_LogToRPT
int m_PreloadLength = 5
float m_TimeMultiplier = 1

Function Documentation

◆ AddLocation()

void AddLocation ( notnull BenchmarkLocation loc)

Definition at line 54 of file missionbenchmark.c.

References m_Locations.

Referenced by AddQuickLocation(), AddTeleport(), and AddWait().

◆ AddQuickLocation()

void AddQuickLocation ( string name,
vector pos,
vector lookAtPos )

◆ AddTeleport()

void AddTeleport ( )

Definition at line 68 of file missionbenchmark.c.

References AddLocation(), and BenchmarkLocation::SetDummyTeleport().

◆ AddWait()

void AddWait ( )

Definition at line 75 of file missionbenchmark.c.

References AddLocation(), and BenchmarkLocation::SetDummyWait().

◆ DoDevPrints()

void DoDevPrints ( bool doPrints)

Definition at line 88 of file missionbenchmark.c.

References m_DoDevPrints.

◆ LogToRPT()

void LogToRPT ( bool logRPT)

Definition at line 83 of file missionbenchmark.c.

References m_LogToRPT.

◆ SetCSVName()

void SetCSVName ( string name)

Definition at line 105 of file missionbenchmark.c.

References m_CSVName, and name.

◆ SetPreloadLengthTime()

void SetPreloadLengthTime ( int seconds)

Definition at line 94 of file missionbenchmark.c.

References m_PreloadLength.

◆ SetTestTimeMultiplier()

void SetTestTimeMultiplier ( float multiplier)

Definition at line 100 of file missionbenchmark.c.

References m_TimeMultiplier.

Variable Documentation

◆ m_CSVName

string m_CSVName

Definition at line 50 of file missionbenchmark.c.

Referenced by SetCSVName().

◆ m_DoDevPrints

bool m_DoDevPrints

Definition at line 47 of file missionbenchmark.c.

Referenced by DoDevPrints().

◆ m_Locations

ref array<ref BenchmarkLocation> m_Locations = new array<ref BenchmarkLocation>()

Definition at line 52 of file missionbenchmark.c.

Referenced by AddLocation().

◆ m_LogToRPT

class BenchmarkLocation m_LogToRPT

Referenced by LogToRPT().

◆ m_PreloadLength

int m_PreloadLength = 5

Definition at line 48 of file missionbenchmark.c.

Referenced by SetPreloadLengthTime().

◆ m_TimeMultiplier

float m_TimeMultiplier = 1

Definition at line 49 of file missionbenchmark.c.

Referenced by SetTestTimeMultiplier().