Loading...
Searching...
No Matches
SCR_AutotestRunnerCore Interface Reference

Game core responsible for running the gameplay test suites. More...

Inheritance diagram for SCR_AutotestRunnerCore:

Public Member Functions

override bool CanCreate ()
 
override void OnUpdate (float timeSlice)
 
override void OnGameEnd ()
 

Protected Attributes

ref SCR_TestRunner m_TestRunner
 
Game m_Game
 

Detailed Description

Game core responsible for running the gameplay test suites.

Member Function Documentation

◆ CanCreate()

override bool SCR_AutotestRunnerCore.CanCreate ( )

◆ OnGameEnd()

override void SCR_AutotestRunnerCore.OnGameEnd ( )

◆ OnUpdate()

override void SCR_AutotestRunnerCore.OnUpdate ( float timeSlice)

Member Data Documentation

◆ m_Game

Game SCR_AutotestRunnerCore.m_Game
protected

◆ m_TestRunner

ref SCR_TestRunner SCR_AutotestRunnerCore.m_TestRunner
protected

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