Data Structures | |
| class | DayZTool |
| class | RestartDayzTool |
| class | KillDayzTool |
Functions | |
| RestartDayzTool DayZTool | WorkbenchPluginAttribute ("DayZ Run", "Just for testing", "ctrl+2", "", {"ScriptEditor"}) |
| override void | Run () |
Variables | |
| string | KillBatPath |
| string | MissionBatPath |
| override void Run | ( | ) |
Starts the testing process. Returns true when all tests have finished. If some of them are still in progress false is reported.
References MissionBatPath.
| RestartDayzTool DayZTool WorkbenchPluginAttribute | ( | "DayZ Run" | , |
| "Just for testing" | , | ||
| "ctrl+2" | , | ||
| "" | , | ||
| {"ScriptEditor"} | |||
| ) |
| string KillBatPath |
Referenced by RestartDayzTool::Run(), and KillDayzTool::Run().
| string MissionBatPath |
Referenced by Run(), and RestartDayzTool::Run().