IsMenuDisabled

Return the current disable state of the menus (pause, map, settings)

Returns
Type
Description

boolean

If true the menus (pause, map, settings) are disabled, if false they are enabled.

Example
local menuState = exports["utility_pausemenu"]:IsMenuDisabled()

Last updated

Was this helpful?