Ui::addBlipForCoord: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
No edit summary
Line 15: 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]]

Revision as of 14:53, 20 May 2017

Creates an orange ( default ) Blip-object. Returns a Blip-object which can then be modified.

Syntax

mp.game.ui.addBlipForCoord(x, y, z);

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • Blip

Example

// todo

See also