int INVENTORY_GET_CHILDREN_IN_SLOT_COUNT(`inventoryId` (int), `guid` (Any*), `slotId` (Hash));
| Property |
Value |
| Native Name |
INVENTORY_GET_CHILDREN_IN_SLOT_COUNT |
| Hash |
0x033EE4B89F3AC545 |
| Return Type |
int |
| Build |
1207 |
| Parameters |
inventoryId (int), guid (Any*), slotId (Hash) |
Parameters
inventoryId (int)
guid (Any*)
slotId (Hash)
Usage
Lua (Direct):
local result = InventoryGetChildrenInSlotCount(inventoryId, guid, slotId)
Lua (Hash):
local result = Citizen.InvokeNative(0x033EE4B89F3AC545, inventoryId, guid, slotId)
Back to INVENTORY