mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-30 13:36:42 +00:00
Document core.sendGlobalEvent behavior in menu scripts
This commit is contained in:
parent
02accd7a49
commit
5d0537e57c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
-- @function [parent=#core] quit
|
||||
|
||||
---
|
||||
-- Send an event to global scripts.
|
||||
-- Send an event to global scripts. Note: in menu scripts, errors if the game is not running (check @{openmw.menu#menu.getState})
|
||||
-- @function [parent=#core] sendGlobalEvent
|
||||
-- @param #string eventName
|
||||
-- @param eventData
|
||||
|
|
Loading…
Reference in a new issue