We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aecb07e + 7105d65 commit bce4f40Copy full SHA for bce4f40
1 file changed
files/lua_api/openmw/types.lua
@@ -913,7 +913,7 @@
913
---
914
-- A read-only list of all @{#NpcRecord}s in the world database, may be indexed by recordId.
915
-- Implements [iterables#List](iterables.html#List) of #NpcRecord.
916
--- @field [parent=#NPC] #map<#NpcRecord> records
+-- @field [parent=#NPC] #list<#NpcRecord> records
917
-- @usage local npc = types.NPC.records['npc id'] -- get by id
918
-- @usage local npc = types.NPC.records[1] -- get by index
919
0 commit comments