Skip to content

Commit eca4eaf

Browse files
author
nox7
committed
Fix desync of packages and missing player context
1 parent e6c451b commit eca4eaf

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)