GET_META_PED_ASSET_GUIDS
This is a way to get what drawables a ped has equipped Example: you are able to tell if the ped has the drawable PLAYER_ZERO_HAT_017 attached Note: this works with non shop components, direct .ydd files.
PEDBuild 1207
Signature
lua
GetMetaPedAssetGuids(PlayerPedId(), 0, drawable, albedo, normal, material)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| int | — | |
| Hash* | — | |
| Hash* | — | |
| Hash* | — | |
| Hash* | — |
Usage
lua
GetMetaPedAssetGuids(PlayerPedId(), 0, drawable, albedo, normal, material)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
