mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-06 13:11:35 +00:00
Fix input trigger docs
This commit is contained in:
parent
1d8ee7984f
commit
c1e8e88914
1 changed files with 4 additions and 4 deletions
|
@ -402,10 +402,10 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @type TriggerInfo
|
-- @type TriggerInfo
|
||||||
-- @field [parent=#Actioninfo] #string key
|
-- @field [parent=#TriggerInfo] #string key
|
||||||
-- @field [parent=#Actioninfo] #string l10n Localization context containing the name and description keys
|
-- @field [parent=#TriggerInfo] #string l10n Localization context containing the name and description keys
|
||||||
-- @field [parent=#Actioninfo] #string name Localization key of the trigger's name
|
-- @field [parent=#TriggerInfo] #string name Localization key of the trigger's name
|
||||||
-- @field [parent=#Actioninfo] #string description Localization key of the trigger's description
|
-- @field [parent=#TriggerInfo] #string description Localization key of the trigger's description
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Map of all currently registered triggers
|
-- Map of all currently registered triggers
|
||||||
|
|
Loading…
Reference in a new issue