mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 21:23:54 +00:00
Return to original order
This commit is contained in:
parent
fc55b87664
commit
d96340c902
1 changed files with 7 additions and 7 deletions
|
@ -1017,13 +1017,6 @@
|
||||||
-- @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.
|
||||||
|
@ -1104,6 +1097,13 @@
|
||||||
-- @field #string texture Birth sign texture
|
-- @field #string texture Birth sign texture
|
||||||
-- @field #list<#string> spells A read-only list containing the ids of all spells gained from this sign.
|
-- @field #list<#string> spells A read-only list containing the ids of all spells gained from this sign.
|
||||||
|
|
||||||
|
---
|
||||||
|
-- Send an event to menu scripts.
|
||||||
|
-- @function [parent=#Player] sendMenuEvent
|
||||||
|
-- @param openmw.core#GameObject player
|
||||||
|
-- @param #string eventName
|
||||||
|
-- @param eventData
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- @{#Armor} functions
|
-- @{#Armor} functions
|
||||||
-- @field [parent=#types] #Armor Armor
|
-- @field [parent=#types] #Armor Armor
|
||||||
|
|
Loading…
Reference in a new issue