Ui::isHudComponentActive: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
<syntaxhighlight lang="javascript">mp.game.ui.isHudComponentActive(id);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.isHudComponentActive(id);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''id''': int (Full list: [[HUD Components|HUD Components list]]))
*'''id''': int (Full list: [[HUD Components|HUD Components list]])
===Return value===
===Return value===
*'''Boolean'''
*'''Boolean'''

Revision as of 09:31, 20 January 2018

Syntax

mp.game.ui.isHudComponentActive(id);

Required Arguments

Return value

  • Boolean

Example

// todo

See also