![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | DayZTool |
| class | KillDayzTool |
| class | RestartDayzTool |
Functions | |
| 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. | |
| RestartDayzTool DayZTool | WorkbenchPluginAttribute ("DayZ Run", "Just for testing", "ctrl+2", "", {"ScriptEditor"}) |
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.
Definition at line 69 of file dayztools.c.
References MissionBatPath.
| RestartDayzTool DayZTool WorkbenchPluginAttribute | ( | "DayZ Run" | , |
| "Just for testing" | , | ||
| "ctrl+2" | , | ||
| "" | , | ||
| {"ScriptEditor"} | ) |
Definition at line 1 of file dayztools.c.
References WorkbenchPlugin::WorkbenchPlugin().
| string KillBatPath |
Definition at line 64 of file dayztools.c.
| string MissionBatPath |
Definition at line 67 of file dayztools.c.
Referenced by Run().