Class Experimental
- Namespace
- FivemToolsLib.Client.NativeWrappers
- Assembly
- FivemToolsLib.Client.net.dll
public static class Experimental
- Inheritance
-
Experimental
- Inherited Members
Methods
AddBlipForEntity(Ped, string, int, int)
Creates a blip for an existing entity and assigns it a name, color, and sprite. This is an extension method for the existing CitizenFX.Core.Ped class.
public static int AddBlipForEntity(this Ped ped, string name, int color, int sprite)
Parameters
pedPedThe ped object
namestringThe name displayed on the map for the blip.
colorintThe numeric color ID for the blip.
spriteintThe numeric sprite ID for the blip icon.
Returns
- int
The handle of the created blip.