This commit is contained in:
uramer 2022-05-03 17:36:49 +00:00 committed by Cody Glassman
parent b4fca045c6
commit 03659bef86
21 changed files with 465 additions and 64 deletions

View file

@ -23,8 +23,10 @@ Lua API reference
openmw_aux_calendar
openmw_aux_util
openmw_aux_time
openmw_aux_ui
interface_ai
interface_camera
interface_mwui
iterables
@ -87,6 +89,8 @@ Sources can be found in ``resources/vfs/openmw_aux``. In theory mods can overrid
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw_aux.time <Package openmw_aux.time>` | everywhere | | Timers and game time utils |
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw_aux.ui <Package openmw_aux.ui>` | by player scripts | | User interface utils |
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
**Interfaces of built-in scripts**

View file

@ -0,0 +1,6 @@
Interface MWUI
==============
.. raw:: html
:file: generated_html/scripts_omw_mwui_init.html

View file

@ -0,0 +1,5 @@
Package openmw_aux.ui
=======================
.. raw:: html
:file: generated_html/openmw_aux_ui.html