GamePlugins

class mobase.GamePlugins

Bases: ABC

Methods Summary

getLoadOrder()

rtype:

Sequence[str]

lightPluginsAreSupported()

rtype:

bool

overridePluginsAreSupported()

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