Native referenceRedM

_LOOT_GET_LOOT_CLAIM_DATA

0xF1E9045F5AA9E428 SCRIPTS
FUNCTION SIGNATURE
BOOL _LOOT_GET_LOOT_CLAIM_DATA(`rpcGuid` (Any*), `dataIndex` (int), `outLootData` (Any*));
Property Value
Native Name _LOOT_GET_LOOT_CLAIM_DATA
Hash 0xF1E9045F5AA9E428
Return Type BOOL
Build 1311
Parameters rpcGuid (Any*), dataIndex (int), outLootData (Any*)

Parameters

  • rpcGuid (Any*)
  • dataIndex (int)
  • outLootData (Any*)

Usage

Lua (Direct):

local result = LootGetLootClaimData(rpcGuid, dataIndex, outLootData)

Lua (Hash):

local result = Citizen.InvokeNative(0xF1E9045F5AA9E428, rpcGuid, dataIndex, outLootData)

Back to SCRIPTS