_SET_CHAR_EXPRESSION
Sets MetaPedExpression at index specified. Morphs components, such as changing body size or facial features. Note: You have to update the ped's variation (using 0xCC8CA3E88256E58F) after calling this native index = MetaPedExpression IDs List of face features: https://pastebin.com/9jb88FXW Full list of MetaPedExpressions: https://pastebin.com/Ld76cAn7 value: -1.0 to 1.0 (values beyond this likely won't sync to other clients) This native also allows you to change a horse's gender. Old name: _SET_PED_FACE_FEATURE
PEDBuild 1207
Signature
lua
SetCharExpression(PlayerPedId(), 0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| int | — | |
| float | — |
Usage
lua
SetCharExpression(PlayerPedId(), 0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
