ClonePed — FiveM Natives
0xEF29A16337FACADB · PED · all
Creates a copy of the passed ped, optionally setting it as local and/or shallow-copying the head blend data.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The input ped. |
| isNetwork | BOOL | Whether or not the ped should be registered as a network object. |
| bScriptHostPed | BOOL | Script host flag. |
| copyHeadBlendFlag | BOOL | If true, head blend data is referenced, not copied. |
Returns
Ped