Put it in the right place, again

fix-osga-rotate-wildly
Zackhasacat 10 months ago
parent 95ade48292
commit fc55b87664

@ -24,13 +24,6 @@
-- @param #string eventName
-- @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.
-- 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
-- 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
-- @field #string id The quest id.

Loading…
Cancel
Save