mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-05 22:19:43 +00:00
#number -> #string in documentation
This commit is contained in:
parent
4bf23f152b
commit
5f6bd5466f
1 changed files with 3 additions and 3 deletions
|
@ -576,7 +576,7 @@
|
|||
|
||||
---
|
||||
-- @type MagicEffect
|
||||
-- @field #number Effect id string
|
||||
-- @field #string Effect id string
|
||||
-- @field #string name Localized name of the effect
|
||||
-- @field #number school @{#MagicSchool}
|
||||
-- @field #number baseCost
|
||||
|
@ -598,8 +598,8 @@
|
|||
-- @field #ActiveEffect effect @{#ActiveEffect}
|
||||
-- @field #any affectedSkill @{#SKILL} or nil
|
||||
-- @field #any affectedAttribute @{#ATTRIBUTE} or nil
|
||||
-- @field #number id Effect id string
|
||||
-- @field #number name Localized name of the effect
|
||||
-- @field #string id Effect id string
|
||||
-- @field #string name Localized name of the effect
|
||||
-- @field #number magnitude
|
||||
-- @field #number magnitudeBase
|
||||
-- @field #number magnitudeModifier
|
||||
|
|
Loading…
Reference in a new issue