mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 04:06:40 +00:00
Fix docs type
This commit is contained in:
parent
4445a55084
commit
abae5f031d
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ return {
|
|||
---
|
||||
-- Returns if the player HUD is visible or not
|
||||
-- @function [parent=#UI] isHudVisible
|
||||
-- @return #bool
|
||||
-- @return #boolean
|
||||
isHudVisible = function() return ui._isHudVisible() end,
|
||||
|
||||
-- TODO
|
||||
|
|
Loading…
Reference in a new issue