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
intThe entity ID of the ped to delete.