mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 02:11:33 +00:00
Add class Record
This commit is contained in:
parent
67e74936ff
commit
dbd7d34120
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
||||||
-- A read-only list of all @{#ClassRecord}s in the world database.
|
-- A read-only list of all @{#ClassRecord}s in the world database.
|
||||||
-- @field [parent=#Classes] #list<#ClassRecord> records
|
-- @field [parent=#Classes] #list<#ClassRecord> records
|
||||||
|
|
||||||
|
---
|
||||||
|
-- Returns a read-only @{#ClassRecord}
|
||||||
|
-- @function [parent=#Classes] record
|
||||||
|
-- @param #string recordId
|
||||||
|
-- @return #ClassRecord
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Terminates the game and quits to the OS. Should be used only for testing purposes.
|
-- Terminates the game and quits to the OS. Should be used only for testing purposes.
|
||||||
-- @function [parent=#core] quit
|
-- @function [parent=#core] quit
|
||||||
|
|
Loading…
Reference in a new issue