OnShowMainMenu

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

Type: Event
Context: Client
Introduced: v1.0

Description

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

Syntax

OnShowMainMenu()

Example

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

See also