1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +00:00

16 lines
453 B
Lua
Raw Normal View History

2021-04-02 19:42:19 +02: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