Ui::setRadarAsInteriorThisFrame: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
 
Line 1: Line 1:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.setRadarAsInteriorThisFrame(interior, x, y, z, p4);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.setRadarAsInteriorThisFrame(interior, x, y, z, p4);</syntaxhighlight>
Line 17: Line 16:
{{Ui_s_function_c}}
{{Ui_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:UI API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 14:52, 20 May 2017

Syntax

mp.game.ui.setRadarAsInteriorThisFrame(interior, x, y, z, p4);

Required Arguments

  • interior: Model hash or name
  • x: float
  • y: float
  • z: int
  • p4: int

Return value

  • Undefined

Example

// todo

See also