Rework Lua bindings for journal

This commit is contained in:
Petr Mikheev 2023-07-01 01:30:25 +02:00
parent c792582376
commit a09fb8d8f8
6 changed files with 83 additions and 113 deletions

View file

@ -89,7 +89,7 @@ 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)
* - onQuestUpdate(questId, stage)
- | Called when a quest is updated.
* - onKeyRelease(key)
- | `Key <openmw_input.html##(KeyboardEvent)>`_ is released.