Skip to content

Commit 6d3f9ca

Browse files
committed
Merge branch 'headandshoulders' into 'master'
Fix docs suggesting head and hair are paths See merge request OpenMW/openmw!5105
2 parents 1ea60f7 + e0b7719 commit 6d3f9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/lua_api/openmw/types.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,8 @@
11751175
-- @field #string class ID of the NPC's class (e.g. acrobat)
11761176
-- @field #string model Path to the model associated with this NPC, used for animations.
11771177
-- @field #string mwscript MWScript on this NPC (can be nil)
1178-
-- @field #string hair Path to the hair body part model
1179-
-- @field #string head Path to the head body part model
1178+
-- @field #string hair ID of the hair body part
1179+
-- @field #string head ID of the head body part
11801180
-- @field #number baseGold The base barter gold of the NPC
11811181
-- @field #number baseDisposition NPC's starting disposition
11821182
-- @field #boolean isMale The gender setting of the NPC

0 commit comments

Comments
 (0)