alexguirre / RAGENativeUI

MIT License
113 stars 36 forks source link

Add extension method to get a blip's icon name #133

Closed alexguirre closed 2 years ago

alexguirre commented 2 years ago

For example, for BlipSprite.Waypoint it should return BLIP_WAYPOINT.

The scaleform minimap.gfx contains the list of blip icon names in com.rockstargames.gtav.constants.Blips.getListOfBlips.

alexguirre commented 2 years ago

The game support the format ~BLIP_123~ so the names are not needed, for BlipSprite.Waypoint it can return BLIP_8.