Skip to content

Commit 9cc3ead

Browse files
committed
Merge branch 'docs-fixes' into 'master'
Fix desync of doc contexts and missing player context in Lua docs See merge request OpenMW/openmw!5314
2 parents e6c451b + eca4eaf commit 9cc3ead

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/reference/lua-scripting/tables/packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- |bdg-ctx-all|
5252
- Storage API. In particular can be used to store data between game sessions.
5353
* - :doc:`types </reference/lua-scripting/openmw_types>`
54-
- |bdg-ctx-global| |bdg-ctx-local|
54+
- |bdg-ctx-global| |bdg-ctx-local| |bdg-ctx-player|
5555
- Functions for specific types of game objects.
5656
* - :doc:`ui </reference/lua-scripting/openmw_ui>`
5757
- |bdg-ctx-menu| |bdg-ctx-player|

files/lua_api/openmw/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
-- Defines functions for specific types of game objects.
3-
-- @context global|menu|local|player
3+
-- @context global|local|player
44
-- @module types
55
-- @usage local types = require('openmw.types')
66

0 commit comments

Comments
 (0)