We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6c451b + eca4eaf commit 9cc3eadCopy full SHA for 9cc3ead
2 files changed
docs/source/reference/lua-scripting/tables/packages.rst
@@ -51,7 +51,7 @@
51
- |bdg-ctx-all|
52
- Storage API. In particular can be used to store data between game sessions.
53
* - :doc:`types </reference/lua-scripting/openmw_types>`
54
- - |bdg-ctx-global| |bdg-ctx-local|
+ - |bdg-ctx-global| |bdg-ctx-local| |bdg-ctx-player|
55
- Functions for specific types of game objects.
56
* - :doc:`ui </reference/lua-scripting/openmw_ui>`
57
- |bdg-ctx-menu| |bdg-ctx-player|
files/lua_api/openmw/types.lua
@@ -1,6 +1,6 @@
1
---
2
-- Defines functions for specific types of game objects.
3
--- @context global|menu|local|player
+-- @context global|local|player
4
-- @module types
5
-- @usage local types = require('openmw.types')
6
0 commit comments