IsPlayerInMainMenu

From Onset Developer Wiki
Revision as of 14:11, 16 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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