Ui::isHudComponentActive: Difference between revisions

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

Latest revision as of 09:48, 20 January 2018

Syntax

mp.game.ui.isHudComponentActive(componentIndex);

Required Arguments

Return value

  • Boolean

Example

// todo

See also