SetPedHeadBlendData — FiveM Natives
0x9414E18B9434C2FE · PED · all
For more info please refer to this topic. Other information: IDs start at zero and go Male Non-DLC, Female Non-DLC, Male DLC, and Female DLC.</br> This native function is often called prior to calling natives such as: SetPedHairColor SetPedHeadOverlayColor SetPedHeadOverlay SetPedFaceFeature
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The ped entity |
| shapeFirstID | int | Controls the shape of the first ped's face |
| shapeSecondID | int | Controls the shape of the second ped's face |
| shapeThirdID | int | Controls the shape of the third ped's face |
| skinFirstID | int | Controls the first id's skin tone |
| skinSecondID | int | Controls the second id's skin tone |
| skinThirdID | int | Controls the third id's skin tone |
| shapeMix | float | 0.0 - 1.0 Of whose characteristics to take Mother -> Father (shapeFirstID and shapeSecondID) |
| skinMix | float | 0.0 - 1.0 Of whose characteristics to take Mother -> Father (skinFirstID and skinSecondID) |
| thirdMix | float | Overrides the others in favor of the third IDs. |
| isParent | BOOL | IsParent is set for "children" of the player character's grandparents during old-gen character creation. It has unknown effect otherwise. |