Skip to content

CloseAllOverlays()

You're viewing grandMA3 2.3 docs. Switch to the latest (2.4).

The CloseAllOverlays function closes any pop-ups or menus (overlays) open on any screen.

This function does not accept any arguments.

This function does not return anything.

This example simply closes any overlay.

Copy CodeLua
```
return function()
CloseAllOverlays()

end