OnHideMainMenu: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|This function is called every time a player hides the main menu.}} {{FuncSyntax|OnHideMainMenu()}} == Example == <syntaxhighligh...")
(No difference)

Revision as of 10:45, 6 January 2020

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

Template:ClientEvents