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

Protected Member Functions

event void OnSetCamera (BaseWorld world, int cameraIndex)
 Called when a new camera is selected.
event void OnSetModel (int modelIndex)
 Called when a new model is selected.
event void OnAutotestInitialized ()
 Called just before the autotest is started. (Serves as a replacement for Init).
event void OnAutotestFrame (float timeSlice)
 Called every frame. (Serves as a replacement for OnFrame).
float GetCurrentTestDuration ()
float GetCurrentTestMaxDuration ()

Detailed Description

Definition at line 171 of file ModelAutotestEntity.c.

Member Function Documentation

◆ GetCurrentTestDuration()

float SCR_ModelAutotestEntity::GetCurrentTestDuration ( )
inlineprotected

Definition at line 459 of file ModelAutotestEntity.c.

◆ GetCurrentTestMaxDuration()

float SCR_ModelAutotestEntity::GetCurrentTestMaxDuration ( )
inlineprotected

Definition at line 470 of file ModelAutotestEntity.c.

◆ OnAutotestFrame()

event void SCR_ModelAutotestEntity::OnAutotestFrame ( float timeSlice)
inlineprotected

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

Definition at line 372 of file ModelAutotestEntity.c.

◆ OnAutotestInitialized()

event void SCR_ModelAutotestEntity::OnAutotestInitialized ( )
inlineprotected

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

Definition at line 365 of file ModelAutotestEntity.c.

◆ OnSetCamera()

event void SCR_ModelAutotestEntity::OnSetCamera ( BaseWorld world,
int cameraIndex )
inlineprotected

Called when a new camera is selected.

Definition at line 346 of file ModelAutotestEntity.c.

◆ OnSetModel()

event void SCR_ModelAutotestEntity::OnSetModel ( int modelIndex)
inlineprotected

Called when a new model is selected.

Definition at line 354 of file ModelAutotestEntity.c.


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