Method | Description | |
---|---|---|
GamebryoPluginOrderLogSerializer ( ILoadOrderManager p_bstLoadOrder, |
A simple constructor that initializes the object with the given dependencies.
|
|
LoadPluginOrder ( ) : IEnumerable |
Deserializes the plugin order from the permanent store.
|
|
SavePluginOrder ( IList |
Serializes the plugin order to the permanent store.
|
|
SortPlugins ( IList |
Sorts the plugins.
|
public GamebryoPluginOrderLogSerializer ( ILoadOrderManager p_bstLoadOrder, |
||
p_bstLoadOrder | ILoadOrderManager | |
p_bstPluginSorter | The PluginSorter instance to use to set plugin order. | |
return | System |
public SavePluginOrder ( IList |
||
p_lstOrderedPlugins | IList |
The list of ordered plugins. |
return | void |
public SortPlugins ( IList |
||
p_lstOrderedPlugins | IList |
The list of ordered plugins. |
return | string[] |