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