Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AutotestToolPlugin.c
Go to the documentation of this file.
1#ifdef WORKBENCH
3 name: "Autotest Tool",
4 description: "",
5 awesomeFontCode: 0xF188,
6 wbModules: { "WorldEditor" }
7)]
8class SCR_AutotestToolPlugin : WorkbenchPlugin
9{
10
11 [Attribute("", UIWidgets.FileNamePicker, desc: "Game exe path", params: "exe FileNameFormat=absolute")]
12 protected string m_sExePath;
13
14 override void Configure()
15 {
16 Workbench.ScriptDialog("Autotest Tool Configuration", "", this);
17 }
18
19 string GetExecutablePath()
20 {
21 return m_sExePath;
22 }
23}
GenerateFlowMaps WorkbenchPlugin WorkbenchPluginAttribute("Regenerate river flow-maps", "Generate and save/overwrite river flow-maps", "", "", {"WorldEditor"}, "", 0xf773)
Definition FlowmapTool.c:59
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
override void Configure()
SCR_FieldOfViewSettings Attribute