Native referenceRedM

_ITEMDATABASE_FILLOUT_AWARD_ACQUIRE_COST

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

Parameters

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

Usage

Lua (Direct):

local result = ItemdatabaseFilloutAwardAcquireCost(award, costtype, index, outData)

Lua (Hash):

local result = Citizen.InvokeNative(0xF27F01BBF5ACD3F3, award, costtype, index, outData)

Back to ITEMDATABASE