|
Arma Reforger Script API
|
Game core responsible for running the gameplay test suites. More...
Public Member Functions | |
| override bool | CanCreate () |
| override void | OnUpdate (float timeSlice) |
Game core responsible for running the gameplay test suites.
Tests can be started by passing the -autotest parameter, the runner supports SCR_AutotestGroup configs, test suite class names and test case class names. CLI examples: -autotest "{6AB9C8EEE9A651B5}" -autotest Example1SubjectTestSuite -autotest Example1Subject_GetFive_ReturnsFive
| override bool SCR_AutotestRunnerCore.CanCreate | ( | ) |
| override void SCR_AutotestRunnerCore.OnUpdate | ( | float | timeSlice | ) |