mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
16 lines
453 B
Lua
16 lines
453 B
Lua
-------------------------------------------------------------------------------
|
|
-- `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
|
|
|