Ui::hideHudComponentThisFrame: 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.hideHudComponentThisFrame(id);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.hideHudComponentThisFrame(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===
*'''Undefined'''
*'''Undefined'''
Line 10: 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]]

Revision as of 09:46, 20 January 2018

Syntax

mp.game.ui.hideHudComponentThisFrame(componentIndex);

Required Arguments

Return value

  • Undefined

Example

// todo

See also