Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
missionbenchmark.c File Reference

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 BenchmarkLocationm_Locations = new array<ref BenchmarkLocation>()
 

Function Documentation

◆ AddLocation()

void AddLocation ( notnull BenchmarkLocation loc)

Definition at line 54 of file missionbenchmark.c.

◆ AddQuickLocation()

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

Definition at line 59 of file missionbenchmark.c.

◆ AddTeleport()

void AddTeleport ( )

Definition at line 68 of file missionbenchmark.c.

◆ AddWait()

void AddWait ( )

Definition at line 75 of file missionbenchmark.c.

◆ DoDevPrints()

void DoDevPrints ( bool doPrints)

Definition at line 88 of file missionbenchmark.c.

◆ LogToRPT()

void LogToRPT ( bool logRPT)

Definition at line 83 of file missionbenchmark.c.

◆ SetCSVName()

void SetCSVName ( string name)

Definition at line 105 of file missionbenchmark.c.

◆ SetPreloadLengthTime()

void SetPreloadLengthTime ( int seconds)

Definition at line 94 of file missionbenchmark.c.

◆ SetTestTimeMultiplier()

void SetTestTimeMultiplier ( float multiplier)

Definition at line 100 of file missionbenchmark.c.

Variable Documentation

◆ m_CSVName

string m_CSVName

Definition at line 50 of file missionbenchmark.c.

◆ m_DoDevPrints

bool m_DoDevPrints

Definition at line 47 of file missionbenchmark.c.

◆ m_Locations

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

Definition at line 52 of file missionbenchmark.c.

◆ m_LogToRPT

class BenchmarkLocation m_LogToRPT

◆ m_PreloadLength

int m_PreloadLength = 5

Definition at line 48 of file missionbenchmark.c.

◆ m_TimeMultiplier

float m_TimeMultiplier = 1

Definition at line 49 of file missionbenchmark.c.