mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
MWUI interface (resolve https://gitlab.com/OpenMW/openmw/-/issues/6594)
This commit is contained in:
parent
b4fca045c6
commit
03659bef86
21 changed files with 465 additions and 64 deletions
|
@ -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**
|
||||
|
||||
|
|
6
docs/source/reference/lua-scripting/interface_mwui.rst
Normal file
6
docs/source/reference/lua-scripting/interface_mwui.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
Interface MWUI
|
||||
==============
|
||||
|
||||
.. raw:: html
|
||||
:file: generated_html/scripts_omw_mwui_init.html
|
||||
|
5
docs/source/reference/lua-scripting/openmw_aux_ui.rst
Normal file
5
docs/source/reference/lua-scripting/openmw_aux_ui.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
Package openmw_aux.ui
|
||||
=======================
|
||||
|
||||
.. raw:: html
|
||||
:file: generated_html/openmw_aux_ui.html
|
Loading…
Add table
Add a link
Reference in a new issue