| Property | Value |
|---|---|
| Native Name | _IS_MODEL_A_PORTABLE_PICKUP |
| Hash | 0x20135AF9C10D2A3D |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | modelHash (Hash) |
Description: returns true if the model hash is a portable pickup its used before creating a portable pick up for example
Usage
Lua (Direct):
local result = IsModelAPortablePickup(modelHash)
Lua (Hash):
local result = Citizen.InvokeNative(0x20135AF9C10D2A3D, modelHash)