Class ModPackageDialog
- Namespace
- AlphaFramework.Editor
- Assembly
- AlphaFramework.Editor.dll
Allows the user to create a redistributable package of a Mod
public class ModPackageDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
ModPackageDialog
- Implements
- Inherited Members
- Extension Methods
Constructors
ModPackageDialog()
Initializes a new instance of the Form class.
public ModPackageDialog()
Properties
FileExt
The file extensions when a mod is stored in a package
public static string FileExt { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.
PackageMod(ModInfo, string)
Packages a mod into an auto-install ZIP file
public static void PackageMod(ModInfo info, string path)