_REMOVE_SHOP_ITEM_FROM_PED
Directly removes a shop item component from a ped Params: p2 and p3 are always 0
PEDBuild 1355
Signature
lua
RemoveShopItemFromPed(PlayerPedId(), GetHashKey("..."), 0, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — | |
| int | — | |
| BOOL | — |
Usage
lua
RemoveShopItemFromPed(PlayerPedId(), GetHashKey("..."), 0, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
