Ui::hideHudComponentThisFrame: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.hideHudComponentThisFrame(componentIndex);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.hideHudComponentThisFrame(componentIndex);</syntaxhighlight>

Revision as of 09:47, 20 January 2018

Syntax

mp.game.ui.hideHudComponentThisFrame(componentIndex);

Required Arguments

Return value

  • Undefined

Example

// todo

See also