Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
FPS_Autotest.c File Reference

Go to the source code of this file.

Classes

class  FPS_AutotestClass

Functions

FPS_AutotestClass GenericEntityClass Attribute ("ScriptCamera1", UIWidgets.EditBox, "Name of camera entity", "")] private string m_cameraEntityName
void FPS_Autotest (IEntitySource src, IEntity parent)
void ~FPS_Autotest ()
override void EOnInit (IEntity owner)
 EntityEvent.INIT.
override void EOnFrame (IEntity owner, float timeSlice)
 EntityEvent.FRAME.
string FormatTimestamp ()

Variables

float m_timer
ref MeasurementFile m_heatmapfile
ref MeasurementFile m_graphfile
ref AutotestRegister m_register

Function Documentation

◆ Attribute()

FPS_AutotestClass GenericEntityClass Attribute ( "ScriptCamera1" ,
UIWidgets. EditBox,
"Name of camera entity" ,
""  )

◆ EOnFrame()

override void EOnFrame ( IEntity owner,
float timeSlice )
protected

EntityEvent.FRAME.

Move camera

Find world file path

First simulation open result files and write test headers

Keep track of index of autotest run

Prepare position for next camera move

End of measurement

Definition at line 79 of file FPS_Autotest.c.

◆ FormatTimestamp()

string FormatTimestamp ( )
protected

Definition at line 180 of file FPS_Autotest.c.

◆ FPS_Autotest()

void FPS_Autotest ( IEntitySource src,
IEntity parent )
protected

Definition at line 47 of file FPS_Autotest.c.

◆ ~FPS_Autotest()

void ~FPS_Autotest ( )
protected

Definition at line 55 of file FPS_Autotest.c.

Variable Documentation

◆ m_graphfile

ref MeasurementFile m_graphfile
protected

Definition at line 39 of file FPS_Autotest.c.

◆ m_heatmapfile

ref MeasurementFile m_heatmapfile
protected

Definition at line 38 of file FPS_Autotest.c.

◆ m_register

ref AutotestRegister m_register
protected

Definition at line 45 of file FPS_Autotest.c.

◆ m_timer

float m_timer
protected

Definition at line 27 of file FPS_Autotest.c.