We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8418dbb + 7273467 commit e6c451bCopy full SHA for e6c451b
2 files changed
docs/source/reference/lua-scripting/events.rst
@@ -71,7 +71,7 @@ Modify the corresponding stat.
71
.. code-block:: Lua
72
73
-- Consume 10 magicka
74
- actor:sendEvent('ModifyStat', {name = 'magicka', amount = -10})
+ actor:sendEvent('ModifyStat', {stat = 'magicka', amount = -10})
75
76
**AddVfx**
77
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-non-load|
+ - |bdg-ctx-global| |bdg-ctx-local|
55
- Functions for specific types of game objects.
56
* - :doc:`ui </reference/lua-scripting/openmw_ui>`
57
- |bdg-ctx-menu| |bdg-ctx-player|
0 commit comments