|
|
|
@ -1017,13 +1017,6 @@
|
|
|
|
|
-- @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.
|
|
|
|
@ -1104,6 +1097,13 @@
|
|
|
|
|
-- @field #string texture Birth sign texture
|
|
|
|
|
-- @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
|
|
|
|
|
-- @field [parent=#types] #Armor Armor
|
|
|
|
|