mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-20 12:39:43 +00:00
Fix types.LevelledCreature in docs
This commit is contained in:
parent
773d78192c
commit
425076b8dd
1 changed files with 3 additions and 3 deletions
|
@ -1577,7 +1577,7 @@
|
|||
|
||||
|
||||
--- @{#CreatureLevelledList} functions
|
||||
-- @field [parent=#types] #CreatureLevelledList CreatureLevelledList
|
||||
-- @field [parent=#types] #CreatureLevelledList LevelledCreature
|
||||
|
||||
---
|
||||
-- @type CreatureLevelledList
|
||||
|
@ -1605,8 +1605,8 @@
|
|||
---
|
||||
-- Picks a random id from the levelled list.
|
||||
-- @function [parent=#CreatureLevelledListRecord] getRandomId
|
||||
-- @param openmw.core#CreatureLevelledListRecord The list
|
||||
-- @param #number The maximum level to select entries for
|
||||
-- @param openmw.core#CreatureLevelledListRecord listRecord The list
|
||||
-- @param #number MaxLvl The maximum level to select entries for
|
||||
-- @return #string An id
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue