GamePlugins
- class mobase.GamePlugins
Bases:
ABCMethods Summary
- rtype:
Sequence[str]
- rtype:
bool
- rtype:
bool
readPluginLists(plugin_list)writePluginLists(plugin_list)Methods Documentation
- abstract getLoadOrder()
- Return type:
Sequence[str]
- abstract lightPluginsAreSupported()
- Return type:
bool- Returns:
True if light plugins are supported, False otherwise.
- abstract overridePluginsAreSupported()
- Return type:
bool- Returns:
True if override plugins are supported, False otherwise.
- abstract readPluginLists(plugin_list)
- abstract writePluginLists(plugin_list)