docs - fix interfaces

This commit is contained in:
Cody Glassman 2025-06-20 13:05:15 -07:00
parent 320b2cf55e
commit 3abc86be73
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,6 @@ Packages
core <openmw_core>
debug <openmw_debug>
input <openmw_input>
interfaces <openmw_interfaces>
markup <openmw_markup>
menu <openmw_menu>
nearby <openmw_nearby>

View File

@ -26,6 +26,9 @@
* - :doc:`input </reference/lua-scripting/openmw_input>`
- |bdg-ctx-menu| |bdg-ctx-player|
- User input.
* - :ref:`interfaces <Script interfaces>`
- |bdg-ctx-all|
- Public interfaces of other scripts.
* - :doc:`markup </reference/lua-scripting/openmw_markup>`
- |bdg-ctx-all|
- API to work with markup languages.
@ -59,6 +62,3 @@
* - :doc:`world </reference/lua-scripting/openmw_world>`
- |bdg-ctx-global|
- Read-write access to the game world.
* - :ref:`interfaces <Script interfaces>`
- |bdg-ctx-all|
- Public interfaces of other scripts.