Table of Contents

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 Ped

The ped object

name string

The name displayed on the map for the blip.

color int

The numeric color ID for the blip.

sprite int

The numeric sprite ID for the blip icon.

Returns

int

The handle of the created blip.