mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 09:26:33 +00:00
docs - fix interfaces
This commit is contained in:
parent
320b2cf55e
commit
3abc86be73
2 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,6 @@ Packages
|
||||||
core <openmw_core>
|
core <openmw_core>
|
||||||
debug <openmw_debug>
|
debug <openmw_debug>
|
||||||
input <openmw_input>
|
input <openmw_input>
|
||||||
interfaces <openmw_interfaces>
|
|
||||||
markup <openmw_markup>
|
markup <openmw_markup>
|
||||||
menu <openmw_menu>
|
menu <openmw_menu>
|
||||||
nearby <openmw_nearby>
|
nearby <openmw_nearby>
|
||||||
|
|
|
@ -26,6 +26,9 @@
|
||||||
* - :doc:`input </reference/lua-scripting/openmw_input>`
|
* - :doc:`input </reference/lua-scripting/openmw_input>`
|
||||||
- |bdg-ctx-menu| |bdg-ctx-player|
|
- |bdg-ctx-menu| |bdg-ctx-player|
|
||||||
- User input.
|
- User input.
|
||||||
|
* - :ref:`interfaces <Script interfaces>`
|
||||||
|
- |bdg-ctx-all|
|
||||||
|
- Public interfaces of other scripts.
|
||||||
* - :doc:`markup </reference/lua-scripting/openmw_markup>`
|
* - :doc:`markup </reference/lua-scripting/openmw_markup>`
|
||||||
- |bdg-ctx-all|
|
- |bdg-ctx-all|
|
||||||
- API to work with markup languages.
|
- API to work with markup languages.
|
||||||
|
@ -59,6 +62,3 @@
|
||||||
* - :doc:`world </reference/lua-scripting/openmw_world>`
|
* - :doc:`world </reference/lua-scripting/openmw_world>`
|
||||||
- |bdg-ctx-global|
|
- |bdg-ctx-global|
|
||||||
- Read-write access to the game world.
|
- Read-write access to the game world.
|
||||||
* - :ref:`interfaces <Script interfaces>`
|
|
||||||
- |bdg-ctx-all|
|
|
||||||
- Public interfaces of other scripts.
|
|
||||||
|
|
Loading…
Reference in a new issue