1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-02 22:41:34 +00:00

Merge branch 'fix_bool_docs_typo' into 'master'

Fix docs #bool typo

See merge request OpenMW/openmw!3554
This commit is contained in:
jvoisin 2023-11-03 00:27:20 +00:00
commit 0349fb0c4a

View file

@ -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