1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-26 02:38:04 +00:00

Update files/lua_api/openmw/types.lua, files/lua_api/openmw/ui.lua

This commit is contained in:
Adam Ibrahim 2022-05-18 03:22:12 +00:00
parent 12a8a6b876
commit 96f4057f08
2 changed files with 2 additions and 2 deletions

View File

@ -659,7 +659,7 @@
-- @field #string id Record id
-- @field #string name Human-readable name
-- @field #string model VFS path to the model
-- @field #string mwscript MWScript on this door (can be empty)
-- @field #string mwscript MWScript on this weapon (can be empty)
-- @field #string icon
-- @field #string enchant
-- @field #boolean isMagical

View File

@ -127,7 +127,7 @@
-- end
---
-- Index of the layer with the givent name. Returns nil if the layer doesn't exist
-- Index of the layer with the given name. Returns nil if the layer doesn't exist
-- @function [parent=#Layers] indexOf
-- @param #string name Name of the layer
-- @return #number, #nil index