DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл DayZTools.c

См. исходные тексты.

Структуры данных

class  DayZTool
 
class  RestartDayzTool
 
class  KillDayzTool
 

Функции

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

Переменные

string KillBatPath
 
string MissionBatPath
 

Функции

◆ Run()

override void Run ( )
69 {
70 RunDayZBat(MissionBatPath);
71 }
72}
73
string MissionBatPath
Definition DayZTools.c:67

Перекрестные ссылки MissionBatPath.

◆ WorkbenchPluginAttribute()

RestartDayzTool DayZTool WorkbenchPluginAttribute ( "DayZ Run" ,
"Just for testing" ,
"ctrl+2" ,
"" ,
{"ScriptEditor"}  )
62 {"ScriptEditor"})]
64{
65 [Attribute("day_z_data_missions/_default_single/default_SampleMap3_Empty.bat", "fileeditbox", "Path to missions dir", "")]
66 string MissionBatPath;
67
68 override void Run()
69 {
70 RunDayZBat(MissionBatPath);
71 }
72}
override void Run()
Definition DayZTools.c:69
Definition EnEntity.c:824
Definition DayZTools.c:2
Definition EntityAI.c:95

Переменные

◆ KillBatPath

string KillBatPath

Используется в RestartDayzTool::Run() и KillDayzTool::Run().

◆ MissionBatPath

string MissionBatPath

Используется в RestartDayzTool::Run() и Run().