CPeds
In the Grand Theft Auto game engines, CPed stands for Character Pedestrian, a class used to represent non-player characters that populate the world. CPeds include pedestrians, drivers, bystanders, police officers, and other scripted figures. They are a core element in both the base game and manipulation by modders through common scripting interfaces.
CPeds can be spawned, configured, and controlled by scripts. They have attributes such as model, clothing, voice,
Customization and behavior: Each CPed is linked to a specific model, which determines appearance and voice.
Scripting and API access: CPeds are commonly manipulated via modding frameworks such as Script Hook V or
Limitations and considerations: CPeds are part of the game's internal AI system and are primarily used by