85 [Attribute(defvalue: "", desc: "Folder where the file will be saved", params: "unregFolders", enums: null, category: "")]
86 ResourceName DestinationPath;
87
88 [Attribute("$ArmaReforger:", UIWidgets.EditBox, "File system in which new script will be created.", "")]
89string ScriptAddon;
90
91 [Attribute("true", UIWidgets.CheckBox, "When true, widget is resolved with FindWidget() in generated code. When false, widget is resolved with FindAnyWidget().")]
92bool GenerateFullWidgetPath;
93
94 [Attribute("SCR_", UIWidgets.EditBox, "Prefix which will be added to the name of the generated class")]
95string ScriptClassNamePrefix;
96
97 [Attribute("Widgets", UIWidgets.EditBox, "Suffix which will be added to the name of the generated class")]