Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIAutotest Class Reference
Inheritance diagram for AIAutotest:
GenericEntity

Protected Member Functions

void AIAutotest (IEntitySource src, IEntity parent)
override void EOnInit (IEntity owner)
 EntityEvent.INIT.
bool ShouldEnd ()
bool HasPassed ()
void InitTestResultFiles ()
string FormatTimestamp ()
string FormatIndex (int index)
string FormatAutotestInfo ()
void CreateGraph (string graphName)
override void EOnFrame (IEntity owner, float timeSlice)
 EntityEvent.FRAME.

Protected Attributes

string m_entity1Name
string m_entity2Name
float m_entityDistanceTest
float m_timeout
string m_SpawnerName
GenericEntity m_FirstEnt
GenericEntity m_SecondEnt
float m_Timer
string m_WorldName
ref MeasurementFile m_ResultFile
ref MeasurementFile m_graphfile
ref AutotestRegister m_register
AISpawnerGroup m_SpawnerGroup

Detailed Description

Definition at line 6 of file AIAutotest.c.

Constructor & Destructor Documentation

◆ AIAutotest()

void AIAutotest::AIAutotest ( IEntitySource src,
IEntity parent )
inlineprotected

Definition at line 49 of file AIAutotest.c.

Member Function Documentation

◆ CreateGraph()

void AIAutotest::CreateGraph ( string graphName)
inlineprotected

Definition at line 160 of file AIAutotest.c.

◆ EOnFrame()

override void AIAutotest::EOnFrame ( IEntity owner,
float timeSlice )
inlineprotected

EntityEvent.FRAME.

Definition at line 167 of file AIAutotest.c.

◆ EOnInit()

override void AIAutotest::EOnInit ( IEntity owner)
inlineprotected

EntityEvent.INIT.

Definition at line 57 of file AIAutotest.c.

◆ FormatAutotestInfo()

string AIAutotest::FormatAutotestInfo ( )
inlineprotected

Definition at line 155 of file AIAutotest.c.

◆ FormatIndex()

string AIAutotest::FormatIndex ( int index)
inlineprotected

Definition at line 143 of file AIAutotest.c.

◆ FormatTimestamp()

string AIAutotest::FormatTimestamp ( )
inlineprotected

Definition at line 119 of file AIAutotest.c.

◆ HasPassed()

bool AIAutotest::HasPassed ( )
inlineprotected

Definition at line 83 of file AIAutotest.c.

◆ InitTestResultFiles()

void AIAutotest::InitTestResultFiles ( )
inlineprotected

Find world file path

Definition at line 94 of file AIAutotest.c.

◆ ShouldEnd()

bool AIAutotest::ShouldEnd ( )
inlineprotected

Definition at line 68 of file AIAutotest.c.

Member Data Documentation

◆ m_entity1Name

string AIAutotest::m_entity1Name
protected

Definition at line 15 of file AIAutotest.c.

◆ m_entity2Name

string AIAutotest::m_entity2Name
protected

Definition at line 18 of file AIAutotest.c.

◆ m_entityDistanceTest

float AIAutotest::m_entityDistanceTest
protected

Definition at line 21 of file AIAutotest.c.

◆ m_FirstEnt

GenericEntity AIAutotest::m_FirstEnt
protected

Definition at line 32 of file AIAutotest.c.

◆ m_graphfile

ref MeasurementFile AIAutotest::m_graphfile
protected

Definition at line 43 of file AIAutotest.c.

◆ m_register

ref AutotestRegister AIAutotest::m_register
protected

Definition at line 45 of file AIAutotest.c.

◆ m_ResultFile

ref MeasurementFile AIAutotest::m_ResultFile
protected

Definition at line 42 of file AIAutotest.c.

◆ m_SecondEnt

GenericEntity AIAutotest::m_SecondEnt
protected

Definition at line 33 of file AIAutotest.c.

◆ m_SpawnerGroup

AISpawnerGroup AIAutotest::m_SpawnerGroup
protected

Definition at line 47 of file AIAutotest.c.

◆ m_SpawnerName

string AIAutotest::m_SpawnerName
protected

Definition at line 30 of file AIAutotest.c.

◆ m_timeout

float AIAutotest::m_timeout
protected

Definition at line 24 of file AIAutotest.c.

◆ m_Timer

float AIAutotest::m_Timer
protected

Definition at line 38 of file AIAutotest.c.

◆ m_WorldName

string AIAutotest::m_WorldName
protected

Definition at line 40 of file AIAutotest.c.


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