Method | Description | |
---|---|---|
CreateStoreId ( |
||
LoadPluginSettings ( |
Load the settings
|
|
LoadSettings ( ) : bool |
Load the settings from the settings file
|
|
PluginSettings ( ) : System | ||
RemoveAllSettings ( ) : void |
Remove all stored settings
|
|
RemovePluginSettings ( |
Remove the settings
|
|
SavePluginSettings ( |
Save the settings
|
|
SaveSettings ( ) : bool |
Save the setting to the settings file
|
Method | Description | |
---|---|---|
AutoSaveAsync ( ) : void | ||
PerformAutoSave ( ) : void |
public static CreateStoreId ( |
||
plugin | ||
return |
public LoadPluginSettings ( |
||
plugin | The plugin for which to load the settings. | |
return | bool |
public RemovePluginSettings ( |
||
plugin | The plugin for which to remove the settings. | |
return | bool |
public SavePluginSettings ( |
||
plugin | The plugin for which to save the settings. | |
return | void |