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
ped
PedThe ped object
name
stringThe name displayed on the map for the blip.
color
intThe numeric color ID for the blip.
sprite
intThe numeric sprite ID for the blip icon.
Returns
- int
The handle of the created blip.