OnShowMainMenu

From Onset Developer Wiki
OnShowMainMenu

Type: Event
Context: Client
Introduced: v1.0

Description

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

Syntax

OnShowMainMenu()
  • This function has no parameters.

Example

AddEvent("OnShowMainMenu", function ()
    AddPlayerChat("OnShowMainMenu")
end)

See also