_EQUIP_META_PED_OUTFIT_PRESET
Sets the outfit preset for the ped. The presetId is an index which determines its preset outfit. p2 is always false in the scripts. If p2 is true as player, then certain components like facial hair and hair will not be removed. Old name: _SET_PED_OUTFIT_PRESET
PEDBuild 1207
Signature
lua
EquipMetaPedOutfitPreset(PlayerPedId(), 0, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| int | — | |
| BOOL | — |
Usage
lua
EquipMetaPedOutfitPreset(PlayerPedId(), 0, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
