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

Public Member Functions

void ~SCR_ModelAutotestEntity ()
 
- Public Member Functions inherited from SCR_GridSpawnerEntity
array< IEntity > GetSpawnedEntities ()
 
bool Spawn (int index)
 
void SCR_GridSpawnerEntity (IEntitySource src, IEntity parent)
 
void ~SCR_GridSpawnerEntity ()
 

Protected Member Functions

void OnSetCamera (BaseWorld world, int cameraIndex)
 Called when a new camera is selected.
 
void OnSetModel (int modelIndex)
 Called when a new model is selected.
 
void OnAutotestInitialized ()
 Called just before the autotest is started. (Serves as a replacement for Init)
 
void OnAutotestFrame (float timeSlice)
 Called every frame. (Serves as a replacement for OnFrame)
 
float GetCurrentTestDuration ()
 
float GetCurrentTestMaxDuration ()
 
- Protected Member Functions inherited from SCR_GridSpawnerEntity
int GetObjectCount ()
 
bool GetObjectName (int index, out string name)
 
bool Spawn (int index, out vector centerPoint)
 
void DeleteEntities ()
 

Constructor & Destructor Documentation

◆ ~SCR_ModelAutotestEntity()

void SCR_ModelAutotestEntity.~SCR_ModelAutotestEntity ( )

Member Function Documentation

◆ GetCurrentTestDuration()

float SCR_ModelAutotestEntity.GetCurrentTestDuration ( )
protected

◆ GetCurrentTestMaxDuration()

float SCR_ModelAutotestEntity.GetCurrentTestMaxDuration ( )
protected

◆ OnAutotestFrame()

void SCR_ModelAutotestEntity.OnAutotestFrame ( float timeSlice)
protected

Called every frame. (Serves as a replacement for OnFrame)

◆ OnAutotestInitialized()

void SCR_ModelAutotestEntity.OnAutotestInitialized ( )
protected

Called just before the autotest is started. (Serves as a replacement for Init)

◆ OnSetCamera()

void SCR_ModelAutotestEntity.OnSetCamera ( BaseWorld world,
int cameraIndex )
protected

Called when a new camera is selected.

◆ OnSetModel()

void SCR_ModelAutotestEntity.OnSetModel ( int modelIndex)
protected

Called when a new model is selected.


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