Method | Description | |
---|---|---|
GamebryoActivePluginLogSerializer ( IGameMode p_gmdGameMode, IPluginOrderLog p_polPluginOrderLog, ILoadOrderManager p_bstLoadOrder ) : System |
A simple constructor that initializes the object with the given dependencies.
|
|
LoadPluginLog ( ) : IEnumerable |
Deserializes the list of active plugins from the permanent store.
|
|
SavePluginLog ( IList |
Serializes the list of active plugins to the permanent store.
|
public GamebryoActivePluginLogSerializer ( IGameMode p_gmdGameMode, IPluginOrderLog p_polPluginOrderLog, ILoadOrderManager p_bstLoadOrder ) : System | ||
p_gmdGameMode | IGameMode | The current game mode. |
p_polPluginOrderLog | IPluginOrderLog | The |
p_bstLoadOrder | ILoadOrderManager | The LoadOrder instance to use to set plugin order. |
return | System |
public SavePluginLog ( IList |
||
p_lstActivePlugins | IList |
|
return | void |