BOOL _LOOT_GET_RESULT_ITEM(`rpcGuid` (Any*), `itemIndex` (int), `outResultItem` (Any*));
| Property |
Value |
| Native Name |
_LOOT_GET_RESULT_ITEM |
| Hash |
0x4293B44A855F82CC |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
rpcGuid (Any*), itemIndex (int), outResultItem (Any*) |
Parameters
rpcGuid (Any*)
itemIndex (int)
outResultItem (Any*)
Usage
Lua (Direct):
local result = LootGetResultItem(rpcGuid, itemIndex, outResultItem)
Lua (Hash):
local result = Citizen.InvokeNative(0x4293B44A855F82CC, rpcGuid, itemIndex, outResultItem)
Back to SCRIPTS