Ui::addBlipForRadius: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.ui.addBlipForRadius(posX, posY, posZ, radius);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.ui.addBlipForRadius(posX, posY, posZ, radius);</syntaxhighlight>
Line 8: Line 7:
*'''radius:''' float
*'''radius:''' float
===Return value===
===Return value===
*'''Blip'''
*'''Blip handle'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Line 16: Line 15:
{{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 12:02, 21 November 2021

Syntax

mp.game.ui.addBlipForRadius(posX, posY, posZ, radius);

Required Arguments

  • posX: float
  • posY: float
  • posZ: float
  • radius: float

Return value

  • Blip handle

Example

// todo

See also