Ui::isPauseMenuActive: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 15: Line 15:
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:UI API]]
[[Category:TODO: Example]]

Revision as of 00:30, 21 August 2018

Syntax

mp.game.ui.isPauseMenuActive();

Information

Determine if the front end pause menu is currently active. Ie. the options menu.

Return value

  • true/false

Example

var isPauseActive = mp.game.ui.isPauseMenuActive();

See also