Add Lua bindings for journal

This commit is contained in:
Tobias Tribble 2023-06-12 21:35:00 -05:00 committed by Petr Mikheev
parent 63e9a63c67
commit c792582376
11 changed files with 218 additions and 4 deletions

View file

@ -89,6 +89,8 @@ Engine handler is a function defined by a script, that can be called by the engi
- | `Key <openmw_input.html##(KeyboardEvent)>`_ is pressed.
| Usage example:
| ``if key.symbol == 'z' and key.withShift then ...``
* - onQuestUpdate(questId,stage)
- | Called when a quest is updated.
* - onKeyRelease(key)
- | `Key <openmw_input.html##(KeyboardEvent)>`_ is released.
| Usage example: