Ui::showHudComponentThisFrame: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.showHudComponentThisFrame(id);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.showHudComponentThisFrame(componentIndex);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''id:''' int
*'''componentIndex:''' int (Full list: [[HUD Components|HUD Components list]])
===Return value===
===Return value===
*'''Undefined'''
*'''Undefined'''
Line 11: Line 10:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Ui_s_function_c}}
{{Ui_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:UI API]]
[[Category:TODO: Example]]

Latest revision as of 09:51, 20 January 2018

Syntax

mp.game.ui.showHudComponentThisFrame(componentIndex);

Required Arguments

Return value

  • Undefined

Example

// todo

See also