1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-13 11:06:43 +00:00

Fix docs type

This commit is contained in:
uramer 2023-11-02 16:05:52 +00:00
parent 4445a55084
commit abae5f031d

View file

@ -236,7 +236,7 @@ return {
--- ---
-- Returns if the player HUD is visible or not -- Returns if the player HUD is visible or not
-- @function [parent=#UI] isHudVisible -- @function [parent=#UI] isHudVisible
-- @return #bool -- @return #boolean
isHudVisible = function() return ui._isHudVisible() end, isHudVisible = function() return ui._isHudVisible() end,
-- TODO -- TODO