Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
dayztools.c File Reference

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

Function Documentation

◆ Run()

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.

◆ WorkbenchPluginAttribute()

RestartDayzTool DayZTool WorkbenchPluginAttribute ( "DayZ Run" ,
"Just for testing" ,
"ctrl+2" ,
"" ,
{"ScriptEditor"}  )

Definition at line 1 of file dayztools.c.

References WorkbenchPlugin::WorkbenchPlugin().

Variable Documentation

◆ KillBatPath

string KillBatPath

Definition at line 64 of file dayztools.c.

◆ MissionBatPath

string MissionBatPath

Definition at line 67 of file dayztools.c.

Referenced by Run().