Arma Reforger Script API
Loading...
Searching...
No Matches
AIAutotest Interface Reference
Inheritance diagram for AIAutotest:

Public 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
 

Constructor & Destructor Documentation

◆ AIAutotest()

void AIAutotest.AIAutotest ( IEntitySource src,
IEntity parent )

Member Function Documentation

◆ CreateGraph()

void AIAutotest.CreateGraph ( string graphName)

◆ EOnFrame()

override void AIAutotest.EOnFrame ( IEntity owner,
float timeSlice )

EntityEvent.FRAME.

◆ EOnInit()

override void AIAutotest.EOnInit ( IEntity owner)

EntityEvent.INIT.

◆ FormatAutotestInfo()

string AIAutotest.FormatAutotestInfo ( )

◆ FormatIndex()

string AIAutotest.FormatIndex ( int index)

◆ FormatTimestamp()

string AIAutotest.FormatTimestamp ( )

◆ HasPassed()

bool AIAutotest.HasPassed ( )

◆ InitTestResultFiles()

void AIAutotest.InitTestResultFiles ( )

Find world file path

◆ ShouldEnd()

bool AIAutotest.ShouldEnd ( )

Member Data Documentation

◆ m_entity1Name

string AIAutotest.m_entity1Name
protected

◆ m_entity2Name

string AIAutotest.m_entity2Name
protected

◆ m_entityDistanceTest

float AIAutotest.m_entityDistanceTest
protected

◆ m_FirstEnt

GenericEntity AIAutotest.m_FirstEnt
protected

◆ m_graphfile

ref MeasurementFile AIAutotest.m_graphfile
protected

◆ m_register

ref AutotestRegister AIAutotest.m_register
protected

◆ m_ResultFile

ref MeasurementFile AIAutotest.m_ResultFile
protected

◆ m_SecondEnt

GenericEntity AIAutotest.m_SecondEnt
protected

◆ m_SpawnerGroup

AISpawnerGroup AIAutotest.m_SpawnerGroup
protected

◆ m_SpawnerName

string AIAutotest.m_SpawnerName
protected

◆ m_timeout

float AIAutotest.m_timeout
protected

◆ m_Timer

float AIAutotest.m_Timer
protected

◆ m_WorldName

string AIAutotest.m_WorldName
protected

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