Ui::addBlipForCoord

From RAGE Multiplayer Wiki
Revision as of 20:52, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

ui.addBlipForCoord(x, y, z);

Required Arguments

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

Return value

  • Blip

Example

todo

See also

Template:Ui function c