Native referenceRedM

_INVENTORY_RELEASE_ITEM_COLLECTION

0x42A2F33A1942E865 INVENTORY
FUNCTION SIGNATURE
BOOL _INVENTORY_RELEASE_ITEM_COLLECTION(`collectionId` (int));

Description: Max num of collections is 5, so release your unused ones.

Property Value
Native Name _INVENTORY_RELEASE_ITEM_COLLECTION
Hash 0x42A2F33A1942E865
Return Type BOOL
Build 1207
Parameters collectionId (int)

Parameters

  • collectionId (int)

Usage

Lua (Direct):

local result = InventoryReleaseItemCollection(collectionId)

Lua (Hash):

local result = Citizen.InvokeNative(0x42A2F33A1942E865, collectionId)

Back to INVENTORY