1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 12:41:01 +00:00

Merge branch 'missing_luadoc_files' into 'master'

Lua: Copy all the luadoc files into resources/lua_api directory

See merge request OpenMW/openmw!3847
This commit is contained in:
psi29a 2024-02-07 12:59:11 +00:00
commit 13c6de5c2c

View File

@ -10,18 +10,23 @@ set(LUA_API_FILES
string.doclua
table.doclua
openmw/ambient.lua
openmw/animation.lua
openmw/async.lua
openmw/camera.lua
openmw/core.lua
openmw/debug.lua
openmw/input.lua
openmw/interfaces.lua
openmw/menu.lua
openmw/nearby.lua
openmw/postprocessing.lua
openmw/self.lua
openmw/storage.lua
openmw/types.lua
openmw/ui.lua
openmw/util.lua
openmw/vfs.lua
openmw/world.lua
openmw/menu.lua
)
foreach (f ${LUA_API_FILES})