mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
44 lines
1007 B
Plaintext
44 lines
1007 B
Plaintext
IModList
|
|
========
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: IModList
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~IModList.allMods
|
|
~IModList.allModsByProfilePriority
|
|
~IModList.displayName
|
|
~IModList.getMod
|
|
~IModList.onModInstalled
|
|
~IModList.onModMoved
|
|
~IModList.onModRemoved
|
|
~IModList.onModStateChanged
|
|
~IModList.priority
|
|
~IModList.removeMod
|
|
~IModList.renameMod
|
|
~IModList.setActive
|
|
~IModList.setPriority
|
|
~IModList.state
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: allMods
|
|
.. automethod:: allModsByProfilePriority
|
|
.. automethod:: displayName
|
|
.. automethod:: getMod
|
|
.. automethod:: onModInstalled
|
|
.. automethod:: onModMoved
|
|
.. automethod:: onModRemoved
|
|
.. automethod:: onModStateChanged
|
|
.. automethod:: priority
|
|
.. automethod:: removeMod
|
|
.. automethod:: renameMod
|
|
.. automethod:: setActive
|
|
.. automethod:: setPriority
|
|
.. automethod:: state
|