mirror of
https://github.com/ModOrganizer2/python-plugins-doc.git
synced 2026-07-27 14:07:44 -07:00
38 lines
906 B
Plaintext
38 lines
906 B
Plaintext
ExecutableInfo
|
|
==============
|
|
|
|
.. currentmodule:: mobase
|
|
|
|
.. autoclass:: ExecutableInfo
|
|
:show-inheritance:
|
|
|
|
.. rubric:: Methods Summary
|
|
|
|
.. autosummary::
|
|
|
|
~ExecutableInfo.arguments
|
|
~ExecutableInfo.asCustom
|
|
~ExecutableInfo.binary
|
|
~ExecutableInfo.isCustom
|
|
~ExecutableInfo.isValid
|
|
~ExecutableInfo.steamAppID
|
|
~ExecutableInfo.title
|
|
~ExecutableInfo.withArgument
|
|
~ExecutableInfo.withSteamAppId
|
|
~ExecutableInfo.withWorkingDirectory
|
|
~ExecutableInfo.workingDirectory
|
|
|
|
.. rubric:: Methods Documentation
|
|
|
|
.. automethod:: arguments
|
|
.. automethod:: asCustom
|
|
.. automethod:: binary
|
|
.. automethod:: isCustom
|
|
.. automethod:: isValid
|
|
.. automethod:: steamAppID
|
|
.. automethod:: title
|
|
.. automethod:: withArgument
|
|
.. automethod:: withSteamAppId
|
|
.. automethod:: withWorkingDirectory
|
|
.. automethod:: workingDirectory
|