IsPlayerInMainMenu

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
IsPlayerInMainMenu

Type: Function
Context: Client
Introduced: v1.0

Description

Check if the client is in main menu. Can be used to make a pause system.

Syntax

IsPlayerInMainMenu()

Parameters

  • This function has no parameters.

Return Value

  • Returns true if success.

Example

__EDIT_ME__

See also