Skip to content

isGuiOpen

Checks if the main GUI menu is currently open.

Syntax

lua
Ham.isGuiOpen()

Returns

  • boolean - true if the GUI is open, false otherwise

Example

lua
if Ham.isGuiOpen() then
    print("Menu is open")
end

Released under the ISC License.