CloseAllOverlays()
Description
Section titled “Description”The CloseAllOverlays function closes any pop-ups or menus (overlays) open on any screen.
Arguments
Section titled “Arguments”This function does not accept any arguments.
Return
Section titled “Return”This function does not return anything.
Example
Section titled “Example”This example simply closes any overlay.
| Copy CodeLua |
| ``` |
| return function() |
CloseAllOverlays()end