mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 09:39:42 +00:00
Merge branch 'core_attribute_skill_fix' into 'master'
Fix AttributeRecord and SkillRecord documentation in OpenMW.core See merge request OpenMW/openmw!3451
This commit is contained in:
commit
c302b45777
1 changed files with 3 additions and 1 deletions
|
@ -656,7 +656,7 @@
|
||||||
-- @field #string id Effect ID
|
-- @field #string id Effect ID
|
||||||
-- @field #string icon Effect Icon Path
|
-- @field #string icon Effect Icon Path
|
||||||
-- @field #string name Localized name of the effect
|
-- @field #string name Localized name of the effect
|
||||||
-- @field #string school Skill ID
|
-- @field #string school Skill ID that is this effect's school
|
||||||
-- @field #number baseCost
|
-- @field #number baseCost
|
||||||
-- @field openmw.util#Color color
|
-- @field openmw.util#Color color
|
||||||
-- @field #boolean harmful
|
-- @field #boolean harmful
|
||||||
|
@ -845,12 +845,14 @@
|
||||||
-- @param #string recordId
|
-- @param #string recordId
|
||||||
-- @return #SkillRecord
|
-- @return #SkillRecord
|
||||||
|
|
||||||
|
---
|
||||||
-- @type AttributeRecord
|
-- @type AttributeRecord
|
||||||
-- @field #string id Record id
|
-- @field #string id Record id
|
||||||
-- @field #string name Human-readable name
|
-- @field #string name Human-readable name
|
||||||
-- @field #string description Human-readable description
|
-- @field #string description Human-readable description
|
||||||
-- @field #string icon VFS path to the icon
|
-- @field #string icon VFS path to the icon
|
||||||
|
|
||||||
|
---
|
||||||
-- @type SkillRecord
|
-- @type SkillRecord
|
||||||
-- @field #string id Record id
|
-- @field #string id Record id
|
||||||
-- @field #string name Human-readable name
|
-- @field #string name Human-readable name
|
||||||
|
|
Loading…
Reference in a new issue