AlphaFramework API  1.0.3
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
AlphaFramework.Editor.ModPackageDialog Class Reference

Allows the user to create a redistributable package of a Mod More...

Inheritance diagram for AlphaFramework.Editor.ModPackageDialog:

Public Member Functions

 ModPackageDialog ()
 

Static Public Member Functions

static void PackageMod (ModInfo info, string path)
 Packages a mod into an auto-install ZIP file More...
 

Static Public Attributes

static string FileExt => ModInfo.FileExt + "Package"
 The file extensions when a mod is stored in a package More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Detailed Description

Allows the user to create a redistributable package of a Mod

Member Function Documentation

◆ Dispose()

override void AlphaFramework.Editor.ModPackageDialog.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

◆ PackageMod()

static void AlphaFramework.Editor.ModPackageDialog.PackageMod ( ModInfo  info,
string  path 
)
inlinestatic

Packages a mod into an auto-install ZIP file

Parameters
infoThe mod information to be edited
pathThe path of the mod info file

Member Data Documentation

◆ FileExt

string AlphaFramework.Editor.ModPackageDialog.FileExt => ModInfo.FileExt + "Package"
static

The file extensions when a mod is stored in a package


The documentation for this class was generated from the following files: