1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-11 14:08:29 +00:00

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
This commit is contained in:
Alexei Kotov 2026-02-09 13:53:54 +03:00
commit bce4f40e5a

View file

@ -913,7 +913,7 @@
---
-- A read-only list of all @{#NpcRecord}s in the world database, may be indexed by recordId.
-- Implements [iterables#List](iterables.html#List) of #NpcRecord.
-- @field [parent=#NPC] #map<#NpcRecord> records
-- @field [parent=#NPC] #list<#NpcRecord> records
-- @usage local npc = types.NPC.records['npc id'] -- get by id
-- @usage local npc = types.NPC.records[1] -- get by index