GamePlugins
- class mobase.GamePlugins
Bases:
ABCMethods Summary
- rtype:
Sequence[str]
- rtype:
bool
- rtype:
bool
readPluginLists(plugin_list)- rtype:
None
writePluginLists(plugin_list)- rtype:
None
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)
- Return type:
None
- abstract writePluginLists(plugin_list)
- Return type:
None