We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 632ed4f + 3e37293 commit a2ba132Copy full SHA for a2ba132
pages/ox_inventory/Functions/Server.mdx
@@ -630,6 +630,16 @@ exports.ox_inventory:GetInventoryItems(inv, owner)
630
local playerItems = exports.ox_inventory:GetInventoryItems(source)
631
```
632
633
+## InspectInventory
634
+
635
+Inspect the player their inventory. You will not be able to modify the inventory.
636
637
+```lua
638
+exports.ox_inventory:InspectInventory(target, source)
639
+```
640
+- target: `number`
641
+- source: `number`
642
643
## ConfiscateInventory
644
645
Clears a player's inventory and saves it to a stash.
0 commit comments