Table of Contents

Class Ped

Namespace
FivemToolsLib.Client.NativeWrappers
Assembly
FivemToolsLib.Client.net.dll

Provides utility methods to work with ped (pedestrian) entities.

public class Ped
Inheritance
Ped
Inherited Members

Methods

DeletePed(int)

Deletes a ped entity from the game world.

public static void DeletePed(int pedId)

Parameters

pedId int

The entity ID of the ped to delete.