mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Rework Lua bindings for journal
This commit is contained in:
parent
c792582376
commit
a09fb8d8f8
6 changed files with 83 additions and 113 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue