mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Document the records function
This commit is contained in:
parent
f5d470395d
commit
11953a421b
@ -823,6 +823,11 @@
|
||||
-- @param #any objectOrRecordId
|
||||
-- @return #PotionRecord
|
||||
|
||||
---
|
||||
-- Returns a read-only list of all @{#PotionRecord}s in the world database.
|
||||
-- @function [parent=#Potion] records
|
||||
-- @return #list<#PotionRecord>
|
||||
|
||||
---
|
||||
-- Creates a @{#PotionRecord} without adding it to the world database.
|
||||
-- Use @{openmw_world#(world).createRecord} to add the record to the world.
|
||||
|
Loading…
x
Reference in New Issue
Block a user