DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ WorkbenchPluginAttribute()

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

См. определение в файле DayZTools.c строка 1

62 {"ScriptEditor"})]
63class RunDayzTool: DayZTool
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}
string MissionBatPath
Определения DayZTools.c:67
override void Run()
Определения DayZTools.c:69
Определения EnEntity.c:824
Определения DayZTools.c:2