GamePlugins

class mobase.GamePlugins

Bases: GameFeature

Methods Summary

getLoadOrder()

lightPluginsAreSupported()

mediumPluginsAreSupported()

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 mediumPluginsAreSupported()
Return type:

bool

Returns:

True if medium plugins are supported, False otherwise.

abstract readPluginLists(plugin_list)
Return type:

None

abstract writePluginLists(plugin_list)
Return type:

None