Description: Params: tag = TAG_ITEM_PROPERTY (tagType(?))
| Property | Value |
|---|---|
| Native Name | _ITEMDATABASE_DOES_BUNDLE_HAVE_TAG |
| Hash | 0x99C6EA66DFE73757 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | bundle (Hash), tag (Hash), tagType (Hash) |
Parameters
bundle(Hash)tag(Hash)tagType(Hash)
Usage
Lua (Direct):
local result = ItemdatabaseDoesBundleHaveTag(bundle, tag, tagType)
Lua (Hash):
local result = Citizen.InvokeNative(0x99C6EA66DFE73757, bundle, tag, tagType)