Native referenceRedM

IS_OBJECT_A_PORTABLE_PICKUP

0x0378C08504160D0D OBJECT
FUNCTION SIGNATURE
BOOL IS_OBJECT_A_PORTABLE_PICKUP(Object object);
Property Value
Native Name IS_OBJECT_A_PORTABLE_PICKUP
Hash 0x0378C08504160D0D
Return Type BOOL
Build 1207
Parameters object (Object)

Description: ``` NativeDB Introduced: v1365


### Usage

**Lua (Direct):**
```lua
local result = IsObjectAPortablePickup(object)

Lua (Hash):

local result = Citizen.InvokeNative(0x0378C08504160D0D, object)
Back to OBJECT