Ui::showHudComponentThisFrame: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.showHudComponentThisFrame(id);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.showHudComponentThisFrame(id);</syntaxhighlight>

Revision as of 14:48, 20 May 2017

Syntax

mp.game.ui.showHudComponentThisFrame(id);

Required Arguments

  • id: int

Return value

  • Undefined

Example

// todo

See also