Native referenceRedM

_ITEMDATABASE_FILLOUT_ITEM

0xAD73B614DF26CF8A ITEMDATABASE
FUNCTION SIGNATURE
BOOL _ITEMDATABASE_FILLOUT_ITEM(`key` (Hash), `costtype` (Hash), `index` (int), `outData` (Any*));
Property Value
Native Name _ITEMDATABASE_FILLOUT_ITEM
Hash 0xAD73B614DF26CF8A
Return Type BOOL
Build 1232
Parameters key (Hash), costtype (Hash), index (int), outData (Any*)

Parameters

  • key (Hash)
  • costtype (Hash)
  • index (int)
  • outData (Any*)

Usage

Lua (Direct):

local result = ItemdatabaseFilloutItem(key, costtype, index, outData)

Lua (Hash):

local result = Citizen.InvokeNative(0xAD73B614DF26CF8A, key, costtype, index, outData)

Back to ITEMDATABASE