Ui::hideHudComponentThisFrame: Difference between revisions

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

Revision as of 09:31, 20 January 2018

Syntax

mp.game.ui.hideHudComponentThisFrame(id);

Required Arguments

Return value

  • Undefined

Example

// todo

See also