Skip to content

Commit bce4f40

Browse files
committed
Merge branch 'nokeyusealockpick' into 'master'
Change type of types.NPC.records to match the other types.X.records properties See merge request OpenMW/openmw!5145
2 parents aecb07e + 7105d65 commit bce4f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/lua_api/openmw/types.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
---
914914
-- A read-only list of all @{#NpcRecord}s in the world database, may be indexed by recordId.
915915
-- Implements [iterables#List](iterables.html#List) of #NpcRecord.
916-
-- @field [parent=#NPC] #map<#NpcRecord> records
916+
-- @field [parent=#NPC] #list<#NpcRecord> records
917917
-- @usage local npc = types.NPC.records['npc id'] -- get by id
918918
-- @usage local npc = types.NPC.records[1] -- get by index
919919

0 commit comments

Comments
 (0)