We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea60f7 + e0b7719 commit 6d3f9caCopy full SHA for 6d3f9ca
files/lua_api/openmw/types.lua
@@ -1175,8 +1175,8 @@
1175
-- @field #string class ID of the NPC's class (e.g. acrobat)
1176
-- @field #string model Path to the model associated with this NPC, used for animations.
1177
-- @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
+-- @field #string hair ID of the hair body part
+-- @field #string head ID of the head body part
1180
-- @field #number baseGold The base barter gold of the NPC
1181
-- @field #number baseDisposition NPC's starting disposition
1182
-- @field #boolean isMale The gender setting of the NPC
0 commit comments