Class ModSelectorForm
- Namespace
- AlphaFramework.Editor
- Assembly
- AlphaFramework.Editor.dll
Allows the user to select a Mod to edit
public sealed class ModSelectorForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
ModSelectorForm
- Implements
- Inherited Members
- Extension Methods
Constructors
ModSelectorForm(bool, IList<string>?)
Creates a new mod selection form.
public ModSelectorForm(bool allowEditMain, IList<string>? recentMods = null)
Parameters
allowEditMain
booltrue
to allow the user to edit the main game as well;false
to allow only mods to be edited.recentMods
IList<string>An externally stored list of recently opened mods.
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.