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

Displays and edits information about a mod. Can also be used to create a new mod. More...

Inheritance diagram for AlphaFramework.Editor.ModPropertyDialog:

Public Member Functions

 ModPropertyDialog ()
 

Static Public Member Functions

static string CreateMod ()
 Creates a new mod. Information is automatically saved to the XML info file. More...
 
static void EditMod (ModInfo info, string path)
 Edits the properties of an existing mod. Changes are automatically saved to the XML info file. More...
 

Protected Member Functions

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

Detailed Description

Displays and edits information about a mod. Can also be used to create a new mod.

Member Function Documentation

◆ CreateMod()

static string AlphaFramework.Editor.ModPropertyDialog.CreateMod ( )
inlinestatic

Creates a new mod. Information is automatically saved to the XML info file.

Returns
The path of the newly created mod info file, null if none was created

◆ Dispose()

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

Clean up any resources being used.

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

◆ EditMod()

static void AlphaFramework.Editor.ModPropertyDialog.EditMod ( ModInfo  info,
string  path 
)
inlinestatic

Edits the properties of an existing mod. Changes are automatically saved to the XML info file.

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

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