Ui::isPauseMenuActive: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Category:UI API")
 
No edit summary
Line 1: Line 1:
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.isPauseMenuActive();</syntaxhighlight>
===Return value===
*'''true/false'''
==Example==
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:UI API]]
[[Category:TODO: Example]]

Revision as of 15:01, 20 May 2017

Syntax

mp.game.ui.isPauseMenuActive();

Return value

  • true/false

Example

// todo

See also