mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 22:39:41 +00:00
Fix menu doc
This commit is contained in:
parent
0db730825d
commit
95ade48292
2 changed files with 7 additions and 7 deletions
|
@ -24,6 +24,13 @@
|
||||||
-- @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.
|
||||||
|
|
|
@ -1097,13 +1097,6 @@
|
||||||
-- @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=#core] 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