1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 09:36:37 +00:00
OpenMW/files/lua_api/openmw/ui.lua

16 lines
453 B
Lua
Raw Normal View History

2021-04-02 17:42:19 +00:00
-------------------------------------------------------------------------------
-- `openmw.ui` controls user interface.
-- Can be used only by local scripts, that are attached to a player.
-- @module ui
-- @usage local ui = require('openmw.ui')
-------------------------------------------------------------------------------
-- Shows given message at the bottom of the screen.
-- @function [parent=#ui] showMessage
-- @param #string msg
return nil