[Lua] Update documentation

This commit is contained in:
Petr Mikheev 2022-03-13 00:38:36 +01:00
parent 0f84bfde51
commit 9af49cfa68
6 changed files with 483 additions and 145 deletions

View file

@ -12,6 +12,7 @@ Lua API reference
openmw_util
openmw_storage
openmw_core
openmw_types
openmw_async
openmw_query
openmw_world
@ -56,6 +57,8 @@ Player scripts are local scripts that are attached to a player.
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw.core <Package openmw.core>` | everywhere | | Functions that are common for both global and local scripts |
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw.types <Package openmw.types>` | everywhere | | Functions for specific types of game objects. |
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw.async <Package openmw.async>` | everywhere | | Timers (implemented) and coroutine utils (not implemented) |
+---------------------------------------------------------+--------------------+---------------------------------------------------------------+
|:ref:`openmw.query <Package openmw.query>` | everywhere | | Tools for constructing queries: base queries and fields. |