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:
commit
bce4f40e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue