REE.Lib.Render - REE-FiveM/ree-core GitHub Wiki

REE.Lib.Render

RenderMapBlip(blip, icon, color, text)

Parameters:

  • blip (table{1,2,3}) - The blip data to render
  • icon (float) - The blip icon to display
  • color (float) - The color to display the blip as
  • text (string) - The text to display for the blip

RenderMapBlipList(list, icon, color, text)

Parameters:

  • list (table) - The table of blips that will be rendered
  • icon (float) - The icon to use for all blips
  • color (float) - The icon color to use
  • text (string) - The blip name

RenderMapBlipInRange(ped, blip, range, icon, color, text)

Parameters:

  • ped (float) - The player ped to render the blip for
  • blip (table{1,2,3}) - The blip data to render
  • range (float) - The range in which it is visible
  • icon (float) - The blip icon to display
  • color (float) - The color to display the blip as
  • text (string) - The text to display for the blip

RenderMapBlipListInRange(ped, list, range, icon, color, text)

Parameters:

  • ped (float) - The player ped that will see the blips
  • list (table) - The list of blips to render nearby
  • range (float) - The range in which to display them on the map
  • icon (float) - The icon to display them with
  • color (float) - The color the icons will be
  • text (string) - The text to display for the blip