mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
41 lines
670 B
ReStructuredText
41 lines
670 B
ReStructuredText
*************
|
|
API Reference
|
|
*************
|
|
|
|
As this API is just a wrapper for LOOT's C++ API, its documentation is linked to for all non-Python-specific information.
|
|
|
|
Enumerations
|
|
============
|
|
|
|
.. autoclass:: loot_api.GameType
|
|
:members:
|
|
|
|
.. autoclass:: loot_api.MessageType
|
|
:members:
|
|
|
|
Public-Field Data Structures
|
|
============================
|
|
|
|
.. autoclass:: loot_api.Message
|
|
:members:
|
|
|
|
.. autoclass:: loot_api.PluginTags
|
|
:members:
|
|
|
|
|
|
Functions
|
|
=========
|
|
|
|
.. autofunction:: loot_api.is_compatible
|
|
|
|
.. autofunction:: loot_api.create_database
|
|
|
|
Classes
|
|
=======
|
|
|
|
.. autoclass:: loot_api.DatabaseInterface
|
|
:members:
|
|
|
|
.. autoclass:: loot_api.Version
|
|
:members:
|