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