OnHideMainMenu

From Onset Developer Wiki
Revision as of 08:41, 16 January 2020 by Chloe (talk | contribs)
OnHideMainMenu

Type: Event
Context: Client
Introduced: v1.0

Description

This function is called every time a player hides the main menu.

Syntax

OnHideMainMenu()

Example

AddEvent("OnHideMainMenu", function ()
    -- code
end)

See also