mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
Deploying to master from @ ModOrganizer2/pystubs-generation@1c25bd9d24 🚀
This commit is contained in:
@@ -14,6 +14,8 @@ EndorsedState
|
||||
~EndorsedState.ENDORSED_NEVER
|
||||
~EndorsedState.ENDORSED_TRUE
|
||||
~EndorsedState.ENDORSED_UNKNOWN
|
||||
~EndorsedState.name
|
||||
~EndorsedState.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -21,3 +23,5 @@ EndorsedState
|
||||
.. autoattribute:: ENDORSED_NEVER
|
||||
.. autoattribute:: ENDORSED_TRUE
|
||||
.. autoattribute:: ENDORSED_UNKNOWN
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -12,6 +12,7 @@ GamePlugins
|
||||
|
||||
~GamePlugins.getLoadOrder
|
||||
~GamePlugins.lightPluginsAreSupported
|
||||
~GamePlugins.overridePluginsAreSupported
|
||||
~GamePlugins.readPluginLists
|
||||
~GamePlugins.writePluginLists
|
||||
|
||||
@@ -19,5 +20,6 @@ GamePlugins
|
||||
|
||||
.. automethod:: getLoadOrder
|
||||
.. automethod:: lightPluginsAreSupported
|
||||
.. automethod:: overridePluginsAreSupported
|
||||
.. automethod:: readPluginLists
|
||||
.. automethod:: writePluginLists
|
||||
|
||||
@@ -16,6 +16,8 @@ GuessQuality
|
||||
~GuessQuality.META
|
||||
~GuessQuality.PRESET
|
||||
~GuessQuality.USER
|
||||
~GuessQuality.name
|
||||
~GuessQuality.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -25,3 +27,5 @@ GuessQuality
|
||||
.. autoattribute:: META
|
||||
.. autoattribute:: PRESET
|
||||
.. autoattribute:: USER
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -51,6 +51,7 @@ IOrganizer
|
||||
~IOrganizer.setPersistent
|
||||
~IOrganizer.setPluginSetting
|
||||
~IOrganizer.startApplication
|
||||
~IOrganizer.virtualFileTree
|
||||
~IOrganizer.waitForApplication
|
||||
|
||||
.. rubric:: Methods Documentation
|
||||
@@ -96,4 +97,5 @@ IOrganizer
|
||||
.. automethod:: setPersistent
|
||||
.. automethod:: setPluginSetting
|
||||
.. automethod:: startApplication
|
||||
.. automethod:: virtualFileTree
|
||||
.. automethod:: waitForApplication
|
||||
|
||||
@@ -12,6 +12,7 @@ IPlugin
|
||||
|
||||
~IPlugin.author
|
||||
~IPlugin.description
|
||||
~IPlugin.enabledByDefault
|
||||
~IPlugin.init
|
||||
~IPlugin.localizedName
|
||||
~IPlugin.master
|
||||
@@ -24,6 +25,7 @@ IPlugin
|
||||
|
||||
.. automethod:: author
|
||||
.. automethod:: description
|
||||
.. automethod:: enabledByDefault
|
||||
.. automethod:: init
|
||||
.. automethod:: localizedName
|
||||
.. automethod:: master
|
||||
|
||||
@@ -28,6 +28,7 @@ IPluginGame
|
||||
~IPluginGame.gameVariants
|
||||
~IPluginGame.gameVersion
|
||||
~IPluginGame.getLauncherName
|
||||
~IPluginGame.getSupportURL
|
||||
~IPluginGame.iniFiles
|
||||
~IPluginGame.initializeProfile
|
||||
~IPluginGame.isInstalled
|
||||
@@ -39,6 +40,7 @@ IPluginGame
|
||||
~IPluginGame.primaryPlugins
|
||||
~IPluginGame.primarySources
|
||||
~IPluginGame.savesDirectory
|
||||
~IPluginGame.secondaryDataDirectories
|
||||
~IPluginGame.setGamePath
|
||||
~IPluginGame.setGameVariant
|
||||
~IPluginGame.sortMechanism
|
||||
@@ -65,6 +67,7 @@ IPluginGame
|
||||
.. automethod:: gameVariants
|
||||
.. automethod:: gameVersion
|
||||
.. automethod:: getLauncherName
|
||||
.. automethod:: getSupportURL
|
||||
.. automethod:: iniFiles
|
||||
.. automethod:: initializeProfile
|
||||
.. automethod:: isInstalled
|
||||
@@ -76,6 +79,7 @@ IPluginGame
|
||||
.. automethod:: primaryPlugins
|
||||
.. automethod:: primarySources
|
||||
.. automethod:: savesDirectory
|
||||
.. automethod:: secondaryDataDirectories
|
||||
.. automethod:: setGamePath
|
||||
.. automethod:: setGameVariant
|
||||
.. automethod:: sortMechanism
|
||||
|
||||
@@ -10,7 +10,10 @@ IPluginList
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~IPluginList.isMaster
|
||||
~IPluginList.hasLightExtension
|
||||
~IPluginList.hasMasterExtension
|
||||
~IPluginList.isLightFlagged
|
||||
~IPluginList.isMasterFlagged
|
||||
~IPluginList.loadOrder
|
||||
~IPluginList.masters
|
||||
~IPluginList.onPluginMoved
|
||||
@@ -26,7 +29,10 @@ IPluginList
|
||||
|
||||
.. rubric:: Methods Documentation
|
||||
|
||||
.. automethod:: isMaster
|
||||
.. automethod:: hasLightExtension
|
||||
.. automethod:: hasMasterExtension
|
||||
.. automethod:: isLightFlagged
|
||||
.. automethod:: isMasterFlagged
|
||||
.. automethod:: loadOrder
|
||||
.. automethod:: masters
|
||||
.. automethod:: onPluginMoved
|
||||
|
||||
@@ -15,6 +15,8 @@ InstallResult
|
||||
~InstallResult.MANUAL_REQUESTED
|
||||
~InstallResult.NOT_ATTEMPTED
|
||||
~InstallResult.SUCCESS
|
||||
~InstallResult.name
|
||||
~InstallResult.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -23,3 +25,5 @@ InstallResult
|
||||
.. autoattribute:: MANUAL_REQUESTED
|
||||
.. autoattribute:: NOT_ATTEMPTED
|
||||
.. autoattribute:: SUCCESS
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
InterfaceNotImplemented
|
||||
=======================
|
||||
|
||||
.. currentmodule:: mobase
|
||||
|
||||
.. autoclass:: InterfaceNotImplemented
|
||||
:show-inheritance:
|
||||
@@ -11,9 +11,15 @@ LoadOrderMechanism
|
||||
.. autosummary::
|
||||
|
||||
~LoadOrderMechanism.FILE_TIME
|
||||
~LoadOrderMechanism.NONE
|
||||
~LoadOrderMechanism.PLUGINS_TXT
|
||||
~LoadOrderMechanism.name
|
||||
~LoadOrderMechanism.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
.. autoattribute:: FILE_TIME
|
||||
.. autoattribute:: NONE
|
||||
.. autoattribute:: PLUGINS_TXT
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -17,6 +17,8 @@ ModState
|
||||
~ModState.ESSENTIAL
|
||||
~ModState.EXISTS
|
||||
~ModState.VALID
|
||||
~ModState.name
|
||||
~ModState.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -27,3 +29,5 @@ ModState
|
||||
.. autoattribute:: ESSENTIAL
|
||||
.. autoattribute:: EXISTS
|
||||
.. autoattribute:: VALID
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -13,9 +13,13 @@ PluginState
|
||||
~PluginState.ACTIVE
|
||||
~PluginState.INACTIVE
|
||||
~PluginState.MISSING
|
||||
~PluginState.name
|
||||
~PluginState.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
.. autoattribute:: ACTIVE
|
||||
.. autoattribute:: INACTIVE
|
||||
.. autoattribute:: MISSING
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -14,6 +14,8 @@ ProfileSetting
|
||||
~ProfileSetting.MODS
|
||||
~ProfileSetting.PREFER_DEFAULTS
|
||||
~ProfileSetting.SAVEGAMES
|
||||
~ProfileSetting.name
|
||||
~ProfileSetting.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -21,3 +23,5 @@ ProfileSetting
|
||||
.. autoattribute:: MODS
|
||||
.. autoattribute:: PREFER_DEFAULTS
|
||||
.. autoattribute:: SAVEGAMES
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -15,6 +15,8 @@ ReleaseType
|
||||
~ReleaseType.CANDIDATE
|
||||
~ReleaseType.FINAL
|
||||
~ReleaseType.PRE_ALPHA
|
||||
~ReleaseType.name
|
||||
~ReleaseType.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -23,3 +25,5 @@ ReleaseType
|
||||
.. autoattribute:: CANDIDATE
|
||||
.. autoattribute:: FINAL
|
||||
.. autoattribute:: PRE_ALPHA
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -10,22 +10,22 @@ ScriptExtender
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~ScriptExtender.BinaryName
|
||||
~ScriptExtender.PluginPath
|
||||
~ScriptExtender.binaryName
|
||||
~ScriptExtender.getArch
|
||||
~ScriptExtender.getExtenderVersion
|
||||
~ScriptExtender.isInstalled
|
||||
~ScriptExtender.loaderName
|
||||
~ScriptExtender.loaderPath
|
||||
~ScriptExtender.pluginPath
|
||||
~ScriptExtender.savegameExtension
|
||||
|
||||
.. rubric:: Methods Documentation
|
||||
|
||||
.. automethod:: BinaryName
|
||||
.. automethod:: PluginPath
|
||||
.. automethod:: binaryName
|
||||
.. automethod:: getArch
|
||||
.. automethod:: getExtenderVersion
|
||||
.. automethod:: isInstalled
|
||||
.. automethod:: loaderName
|
||||
.. automethod:: loaderPath
|
||||
.. automethod:: pluginPath
|
||||
.. automethod:: savegameExtension
|
||||
|
||||
@@ -14,6 +14,8 @@ SortMechanism
|
||||
~SortMechanism.LOOT
|
||||
~SortMechanism.MLOX
|
||||
~SortMechanism.NONE
|
||||
~SortMechanism.name
|
||||
~SortMechanism.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -21,3 +23,5 @@ SortMechanism
|
||||
.. autoattribute:: LOOT
|
||||
.. autoattribute:: MLOX
|
||||
.. autoattribute:: NONE
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -13,9 +13,13 @@ TrackedState
|
||||
~TrackedState.TRACKED_FALSE
|
||||
~TrackedState.TRACKED_TRUE
|
||||
~TrackedState.TRACKED_UNKNOWN
|
||||
~TrackedState.name
|
||||
~TrackedState.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
.. autoattribute:: TRACKED_FALSE
|
||||
.. autoattribute:: TRACKED_TRUE
|
||||
.. autoattribute:: TRACKED_UNKNOWN
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
@@ -16,6 +16,8 @@ VersionScheme
|
||||
~VersionScheme.LITERAL
|
||||
~VersionScheme.NUMBERS_AND_LETTERS
|
||||
~VersionScheme.REGULAR
|
||||
~VersionScheme.name
|
||||
~VersionScheme.value
|
||||
|
||||
.. rubric:: Attributes Documentation
|
||||
|
||||
@@ -25,3 +27,5 @@ VersionScheme
|
||||
.. autoattribute:: LITERAL
|
||||
.. autoattribute:: NUMBERS_AND_LETTERS
|
||||
.. autoattribute:: REGULAR
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: value
|
||||
|
||||
Reference in New Issue
Block a user