BOOL _CASHINVENTORY_TRANSACTION_RESPONSE_GET_ITEM_INFO(`id` (int), `index` (int), `itemInfo` (Any*));
| Property |
Value |
| Native Name |
_CASHINVENTORY_TRANSACTION_RESPONSE_GET_ITEM_INFO |
| Hash |
0x98412398BBE73F61 |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
id (int), index (int), itemInfo (Any*) |
Parameters
id (int)
index (int)
itemInfo (Any*)
Usage
Lua (Direct):
local result = CashinventoryTransactionResponseGetItemInfo(id, index, itemInfo)
Lua (Hash):
local result = Citizen.InvokeNative(0x98412398BBE73F61, id, index, itemInfo)
Back to NETSHOPPING