mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
Add character to core
This commit is contained in:
parent
15bee21286
commit
f0640da21e
2 changed files with 8 additions and 4 deletions
|
@ -14,9 +14,12 @@
|
|||
-- A read-only list of all @{#FactionRecord}s in the world database.
|
||||
-- @field [parent=#core] #list<#FactionRecord> factions
|
||||
|
||||
--- @{#Character}: Class and Character Data
|
||||
-- @field [parent=#core] #Character character
|
||||
|
||||
---
|
||||
-- A read-only list of all @{#ClassRecord}s in the world database.
|
||||
-- @field [parent=#core] #list<#ClassRecord> classes
|
||||
-- @field [parent=#Character] #list<#ClassRecord> classes
|
||||
|
||||
---
|
||||
-- Terminates the game and quits to the OS. Should be used only for testing purposes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue