PluginOptions

PluginOptions is a class that can be used to configure the base functionality and utilties in use by a plugin.

class PluginOptions {}

Members

Variables

useConfig
bool useConfig;

Does this plugin load/require a configuration file?

useStorage
bool useStorage;

Does this plugin load/require a JSON storage file?

Meta