mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-29 04:06:40 +00:00
Put it in the right place, again
This commit is contained in:
parent
95ade48292
commit
fc55b87664
2 changed files with 7 additions and 7 deletions
|
@ -24,13 +24,6 @@
|
||||||
-- @param #string eventName
|
-- @param #string eventName
|
||||||
-- @param eventData
|
-- @param eventData
|
||||||
|
|
||||||
---
|
|
||||||
-- Send an event to menu scripts.
|
|
||||||
-- @function [parent=#core] sendMenuEvent
|
|
||||||
-- @param openmw.core#GameObject player
|
|
||||||
-- @param #string eventName
|
|
||||||
-- @param eventData
|
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Simulation time in seconds.
|
-- Simulation time in seconds.
|
||||||
-- The number of simulation seconds passed in the game world since starting a new game.
|
-- The number of simulation seconds passed in the game world since starting a new game.
|
||||||
|
|
|
@ -1017,6 +1017,13 @@
|
||||||
-- @usage -- Start a new quest, add it to the player's quest list but don't add any journal entries
|
-- @usage -- Start a new quest, add it to the player's quest list but don't add any journal entries
|
||||||
-- types.Player.quests(player)["ms_fargothring"].stage = 0
|
-- types.Player.quests(player)["ms_fargothring"].stage = 0
|
||||||
|
|
||||||
|
---
|
||||||
|
-- Send an event to menu scripts.
|
||||||
|
-- @function [parent=#Player] sendMenuEvent
|
||||||
|
-- @param openmw.core#GameObject player
|
||||||
|
-- @param #string eventName
|
||||||
|
-- @param eventData
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @type PlayerQuest
|
-- @type PlayerQuest
|
||||||
-- @field #string id The quest id.
|
-- @field #string id The quest id.
|
||||||
|
|
Loading…
Reference in a new issue